Skip to content

Commit

Permalink
add support of go 1.21 and go 1.22 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
OldPanda committed Aug 10, 2024
1 parent aa4a5ec commit 3642c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.19', '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ]
go: [ '1.22', '1.21', '1.20', '1.19', '1.18', '1.17', '1.16', '1.15', '1.14', '1.13' ]
steps:
- uses: actions/checkout@v2
- name: "Setup Golang"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Setup Golang"
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.22

- name: Run linters
uses: wearerequired/lint-action@v1
Expand Down

0 comments on commit 3642c53

Please sign in to comment.