Skip to content

Update actions/setup-go action to v6.1.0 #127

Update actions/setup-go action to v6.1.0

Update actions/setup-go action to v6.1.0 #127

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
cache: false # https://github.com/golangci/golangci-lint-action/issues/807
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
- run: make build test