Skip to content

chore: add go 1.23 to test matrix #17

chore: add go 1.23 to test matrix

chore: add go 1.23 to test matrix #17

Workflow file for this run

on:
push:
branches:
- master
- v1
pull_request:
branches:
- "**"
name: Linter
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: src/github.com/unrolled/secure
- uses: golangci/golangci-lint-action@v6
with:
working-directory: src/github.com/unrolled/secure