Skip to content

go 1.24.3 + deprecation fixes + minor tooling updates #53

go 1.24.3 + deprecation fixes + minor tooling updates

go 1.24.3 + deprecation fixes + minor tooling updates #53

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.24.2'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.24.2'
- run: make test