Skip to content

Commit

Permalink
chore: support go 1.22 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Feb 12, 2024
1 parent 6cc12f2 commit fd7f9f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

strategy:
matrix:
go-version: [ "1.20", "1.21" ]
go-version: [ "1.21", "1.22" ]
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_VERSION: v1.54.1
GOLANGCI_LINT_VERSION: v1.56.1

steps:
- name: Install Go
Expand All @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-go-
- name: Run linter
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --go ${{ matrix.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hamba/cmd/v2

go 1.20
go 1.21

require (
github.com/fatih/color v1.16.0
Expand Down

0 comments on commit fd7f9f5

Please sign in to comment.