Skip to content

Commit 0fa42be

Browse files
committed
Add more go versions.
1 parent c509669 commit 0fa42be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.16', '1.17', '1.18', '1.19', '1.20','1.21' ]
15+
go: [ '1.16', '1.17', '1.18', '1.19', '1.20','1.21', '1.22', '1.23', '1.24' ]
1616

1717
services: { }
1818
steps:

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.14
18+
go-version: 1.16
1919

2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)