Skip to content

Bump go and linter to 1.23 #5

Bump go and linter to 1.23

Bump go and linter to 1.23 #5

Workflow file for this run

name: golangci-lint
on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.4.0
args: --config .golangci.yml