Skip to content

Commit 285adcc

Browse files
jeffwidmanboyan-soubachov
authored andcommitted
Update go versions in build matrix
These are the latest versions listed on https://go.dev/dl/
1 parent 6e7fab4 commit 285adcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
go_version: ["1.17.6", "1.16.5", "1.15.13"]
9+
go_version: ["1.17.8", "1.16.15", "1.15.15"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup Go

0 commit comments

Comments
 (0)