Skip to content

Bump actions/checkout from 5.0.0 to 6.0.0 (#357) #382

Bump actions/checkout from 5.0.0 to 6.0.0 (#357)

Bump actions/checkout from 5.0.0 to 6.0.0 (#357) #382

Workflow file for this run

---
name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
with:
check-latest: true
- name: setup task
uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Install gotestfmt on the VM running the action.
- name: Set up gotestfmt
uses: GoTestTools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run go mod download
run: go mod download
- name: build
run: |-
task test