Skip to content

Bump actions/setup-go from 5.0.2 to 5.2.0 #181

Bump actions/setup-go from 5.0.2 to 5.2.0

Bump actions/setup-go from 5.0.2 to 5.2.0 #181

Workflow file for this run

name: tests
on:
push:
permissions:
contents: none
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: .go-version
check-latest: true
- name: go test
env:
GO111MODULE: 'on'
run: go test