Skip to content

Commit

Permalink
Update go version used by the CI to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Feb 2, 2022
1 parent 7058250 commit bd91984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Build
run: /bin/bash build_executables.sh
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Build
run: /bin/bash build_executables.sh
- name: Upload binaries to release
Expand Down

0 comments on commit bd91984

Please sign in to comment.