Skip to content

Commit 0ec6058

Browse files
authored
Update build.yml
1 parent 0118b4a commit 0ec6058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
strategy:
77
matrix:
8-
go-version: ['1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
8+
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
99
os: [ubuntu-latest, macos-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)