Skip to content

Commit

Permalink
github actions: upgrade to go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed May 1, 2022
1 parent 0380c8b commit 50318b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
core:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.17.x]
platform: [ubuntu-latest]
name: Build
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 50318b8

Please sign in to comment.