Skip to content

Merge pull request #929 from chainguard-dev/dependabot/github_actions… #1998

Merge pull request #929 from chainguard-dev/dependabot/github_actions…

Merge pull request #929 from chainguard-dev/dependabot/github_actions… #1998

Workflow file for this run

name: Go Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v3.0.0
with:
go-version: '1.21'
check-latest: true
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Test
run: make test