Skip to content

Commit

Permalink
Upgrade release job to go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvb committed Feb 24, 2022
1 parent 076f295 commit 7f503bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -15,10 +15,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install git ruby rpm -y
- name: Install fpm
run: gem install fpm || sudo gem install fpm
- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 7f503bc

Please sign in to comment.