fix(deps): update module github.com/google/go-github/v65 to v66 (#1429) #756
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | |
with: | |
go-version-file: go.mod | |
cache: true | |
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1 | |
with: | |
aqua_version: v2.36.1 | |
env: | |
AQUA_GITHUB_TOKEN: ${{github.token}} | |
- run: golangci-lint run | |
- run: go test -v ./... -race -covermode=atomic |