Skip to content

Bump actions/cache from 5 to 6 #663

Bump actions/cache from 5 to 6

Bump actions/cache from 5 to 6 #663

Workflow file for this run

name: Linters
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
GO_VERSION: 1.26.4
GOEXPERIMENT: jsonv2
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.2.1
with:
version: v2.9