Skip to content

build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 #50

build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0

build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 #50

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # ratchet:actions/setup-go@v6
with:
go-version: stable
cache-dependency-path: go.sum
- run: go mod tidy
- run: go test ./... -v
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # ratchet:golangci/golangci-lint-action@v9
with:
version: latest