Skip to content

chore(deps): update dependency aquaproj/aqua-registry to v4.195.0 (#1… #667

chore(deps): update dependency aquaproj/aqua-registry to v4.195.0 (#1…

chore(deps): update dependency aquaproj/aqua-registry to v4.195.0 (#1… #667

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: "1.22.4"
cache: true
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: golangci-lint run
- run: go test -v ./... -race -covermode=atomic