Skip to content

Commit 1cf8fb5

Browse files
authored
Merge pull request #75 from deathiop/go1.21
build: CI on Go 1.21
2 parents a1158c3 + fc153eb commit 1cf8fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go-version: ["1.18", "1.19", "1.20"]
11+
go-version: ["1.18", "1.19", "1.20", "1.21"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)