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 1eddd7a commit 8f47627
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 @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-go@v4
name: Set up Go 1.x
with:
go-version: "1.22.7"
go-version-file: go.mod
env:
GO111MODULE: off

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v4
name: Set up golang 1.22.7
with:
go-version: '1.22.7'
go-version-file: go.mod
- name: Check out source code
uses: actions/checkout@v2
- name: Run Tests
Expand Down

0 comments on commit 8f47627

Please sign in to comment.