Skip to content

Commit

Permalink
chore: add go 1.23 to test matrix (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
unrolled authored Sep 27, 2024
1 parent a852e7b commit 973d4ea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -20,12 +20,3 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- run: make ci
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: src/github.com/unrolled/secure
- uses: golangci/golangci-lint-action@v4
with:
working-directory: src/github.com/unrolled/secure

0 comments on commit 973d4ea

Please sign in to comment.