Skip to content

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

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

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

Workflow file for this run

---
name: test-main
on:
push:
branches: [main]
permissions: {}
jobs:
test-main:
timeout-minutes: 30
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.22.6"
cache: true
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.30.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: golangci-lint run
- run: go test -v ./... -race -covermode=atomic