Skip to content

Commit

Permalink
Test with Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
nussjustin committed Aug 18, 2024
1 parent e926753 commit a8afe07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.22.x, 1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -14,4 +14,4 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Lint
run: |
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 run
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1 run
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
govulncheck:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.22.x, 1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.22.x, 1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
Expand Down

0 comments on commit a8afe07

Please sign in to comment.