Skip to content

Commit

Permalink
Update go versions in build matrix
Browse files Browse the repository at this point in the history
These are the latest versions listed on https://go.dev/dl/
  • Loading branch information
jeffwidman authored and boyan-soubachov committed May 13, 2022
1 parent 6e7fab4 commit 285adcc
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ["1.17.6", "1.16.5", "1.15.13"]
go_version: ["1.17.8", "1.16.15", "1.15.15"]
steps:
- uses: actions/checkout@v2
- name: Setup Go
Expand Down

0 comments on commit 285adcc

Please sign in to comment.