Skip to content

Commit

Permalink
Merge pull request cockroachdb#23 from etcd-io/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-go-3

build(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
ahrtr authored Jan 10, 2023
2 parents 5507235 + da05e05 commit 8351071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govuln.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: "1.19.3"
- run: date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: "1.19.3"
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- linux-386-unit-1-cpu
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: "1.19.3"
- env:
Expand Down

0 comments on commit 8351071

Please sign in to comment.