Skip to content

Commit 3642c53

Browse files
authored
add support of go 1.21 and go 1.22 (#12)
1 parent aa4a5ec commit 3642c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: [ '1.20', '1.19', '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ]
12+
go: [ '1.22', '1.21', '1.20', '1.19', '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: "Setup Golang"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup Golang"
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.15
17+
go-version: 1.22
1818

1919
- name: Run linters
2020
uses: wearerequired/lint-action@v1

0 commit comments

Comments
 (0)