Skip to content

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

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

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

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: go.mod
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.4
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: golangci-lint run
- run: go test -v ./... -race -covermode=atomic