Skip to content

Commit

Permalink
chore: Use go 1.17 for release automation
Browse files Browse the repository at this point in the history
Looks I forgot about this when moving everything else to go 1.17
  • Loading branch information
jkayani authored and werne2j committed Jan 25, 2022
1 parent 71d748d commit cfd1748
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 @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Install git-chglog
run: GO111MODULE=off go get github.com/git-chglog/git-chglog/cmd/git-chglog
Expand Down

0 comments on commit cfd1748

Please sign in to comment.