Skip to content

Bump actions/setup-go from 4 to 5 (#54) #119

Bump actions/setup-go from 4 to 5 (#54)

Bump actions/setup-go from 4 to 5 (#54) #119

Workflow file for this run

name: go-checks
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: '1.20'
check-latest: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3