Skip to content

chore(deps): update aquaproj/aqua-installer action to v2.1.3 #361

chore(deps): update aquaproj/aqua-installer action to v2.1.3

chore(deps): update aquaproj/aqua-installer action to v2.1.3 #361

Workflow file for this run

---
name: test-main
on:
push:
branches: [main]
permissions: {}
jobs:
test-main:
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: "1.21.3"
cache: true
- uses: aquaproj/aqua-installer@d9c4b5d107a17831a8c8718efa4ce67a0923d1f5 # v2.1.3
with:
aqua_version: v2.16.4
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: golangci-lint run
- run: go test -v ./... -race -covermode=atomic