Skip to content

Commit

Permalink
Upgrade workflows to use Go 1.21.5 and lock to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyguru committed Dec 10, 2023
1 parent 683a8bf commit 0c512b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: ">=1.21.0"
go-version: "1.21.5"

- name: Run snapshot action
uses: actions/go-dependency-submission@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.4'
go-version: '1.21.5'

- id: govulncheck
uses: golang/govulncheck-action@v1
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.4'
go-version: '1.21.5'

- name: Build
run: go build -v cmd/federation.go
Expand Down

0 comments on commit 0c512b4

Please sign in to comment.