Skip to content

Commit

Permalink
Update go version in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 19, 2024
1 parent 8f47627 commit b0b63a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Display build environment
run: printenv

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
name: Set up Go 1.x
with:
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
testing:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
name: Set up golang 1.22.7
with:
go-version-file: go.mod
Expand Down

0 comments on commit b0b63a1

Please sign in to comment.