Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 (#7) #20

Bump actions/checkout from 3.5.3 to 3.6.0 (#7)

Bump actions/checkout from 3.5.3 to 3.6.0 (#7) #20

Workflow file for this run

name: ci
on:
pull_request:
branches: ['main']
push:
branches: ['main']
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20'
check-latest: true
- uses: chainguard-dev/actions/goimports@main
- run: |
go build ./...
go test ./... -race