Skip to content

Commit

Permalink
build: use Go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Oct 22, 2024
1 parent 659b7e4 commit 25b3327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version-file: go.mod

# if tag release
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: go.mod
cache: false

- name: go get
Expand Down

0 comments on commit 25b3327

Please sign in to comment.