Skip to content

Commit

Permalink
Upgrade to Go v1.17 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro authored Sep 18, 2021
1 parent a56173b commit baa6250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17

- uses: actions/cache@v2.1.6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17

- uses: goreleaser/goreleaser-action@v2.7.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15
1.17

0 comments on commit baa6250

Please sign in to comment.