Skip to content

Commit

Permalink
no 1.22, lint 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft committed Feb 15, 2024
1 parent 2441a3b commit 7b4c785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]
go: [ '1.18', '1.19', '1.20', '1.21' ]

steps:
- name: Set up Go
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
id: go

- name: Git checkout
Expand Down

0 comments on commit 7b4c785

Please sign in to comment.