Skip to content

Update actions/setup-go action to v6 (#15) #42

Update actions/setup-go action to v6 (#15)

Update actions/setup-go action to v6 (#15) #42

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions: {}
jobs:
ci:
name: CI
permissions:
contents: read
uses: FollowTheProcess/ci/.github/workflows/Go.yml@v3
with:
linter: golangci-lint