Skip to content

Commit

Permalink
Merge pull request #109 from arjunmalhotra1/main
Browse files Browse the repository at this point in the history
etcd: upgrade go version from 1.21.3 to 1.21.4
  • Loading branch information
ahrtr committed Nov 14, 2023
2 parents f3fa38b + 503dd0c commit 0511a18
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 @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
go-version: "1.21.4"
- run: date
- run: go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
go-version: "1.21.4"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
go-version: "1.21.4"
- env:
TARGET: ${{ matrix.target }}
run: |
Expand Down

0 comments on commit 0511a18

Please sign in to comment.