Skip to content

Bump golangci/golangci-lint-action from 7 to 8 in the github-actions group #168

Bump golangci/golangci-lint-action from 7 to 8 in the github-actions group

Bump golangci/golangci-lint-action from 7 to 8 in the github-actions group #168

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: script/test