Skip to content

Commit

Permalink
chore(actions): move go version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChalk committed Jun 1, 2023
1 parent 19bfa00 commit 05f1329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.20'
- run: make dist
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.20'
- run: go build -o twrapper ./cmd/twrapper
env:
CGO_ENABLED: 0
Expand Down

0 comments on commit 05f1329

Please sign in to comment.