Skip to content

fix: harden JWS constructors and bump golangci-lint for Go 1.27 #11

fix: harden JWS constructors and bump golangci-lint for Go 1.27

fix: harden JWS constructors and bump golangci-lint for Go 1.27 #11

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
env:
GOTOOLCHAIN: local
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '1.27'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
# v2.13+ is built with Go 1.27 (v2.12.x was go1.26 and rejects go.mod 1.27.0)
version: v2.13.1