Skip to content

Commit 973d4ea

Browse files
authored
chore: add go 1.23 to test matrix (#101)
1 parent a852e7b commit 973d4ea

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
strategy:
1313
matrix:
14-
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
14+
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x]
1515
os: [ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
@@ -20,12 +20,3 @@ jobs:
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
- run: make ci
23-
golangci:
24-
runs-on: ubuntu-latest
25-
steps:
26-
- uses: actions/checkout@v4
27-
with:
28-
path: src/github.com/unrolled/secure
29-
- uses: golangci/golangci-lint-action@v4
30-
with:
31-
working-directory: src/github.com/unrolled/secure

0 commit comments

Comments
 (0)