Skip to content

Commit

Permalink
Use Go 1.19 on the release workflow (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
superbrothers authored Aug 27, 2022
1 parent 33b4360 commit 2a66b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.19.x
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 2a66b93

Please sign in to comment.