Skip to content

Commit 91d7164

Browse files
authored
Update go-build.yml
1 parent 2ce6156 commit 91d7164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go-version: [ '1.18.x', '1.19.x', '1.20.x' ]
14+
go-version: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]
1515
steps:
1616
- uses: actions/checkout@v3
1717
#
@@ -23,4 +23,4 @@ jobs:
2323
- name: Build
2424
run: go build -v ./...
2525
#
26-
#
26+
#

0 commit comments

Comments
 (0)