Skip to content

Bump actions/checkout from 4.1.0 to 4.1.4 #118

Bump actions/checkout from 4.1.0 to 4.1.4

Bump actions/checkout from 4.1.0 to 4.1.4 #118

Workflow file for this run

name: tests
on:
push:
permissions:
contents: none
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20.5'
check-latest: true
- name: go test
env:
GO111MODULE: 'on'
run: go test