Skip to content

Commit

Permalink
Chore(release/go): use version from go.mod (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu authored Nov 13, 2023
1 parent e5bfa13 commit c8f8cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v4
with:
check-latest: true
go-version: '1.21'
go-version-file: 'go.mod'

- name: Cache go module
uses: actions/cache@v3
Expand Down

0 comments on commit c8f8cb5

Please sign in to comment.