Skip to content

Commit

Permalink
Update dominikh/staticcheck-action
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin authored Nov 9, 2024
1 parent 2319dd3 commit cb5520c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- uses: dominikh/staticcheck-action@v1.3.0
- uses: dominikh/staticcheck-action@v1
with:
version: "2023.1.6"
version: "latest"
install-go: false
- name: Build the Docker Compose stack
run: docker compose up -d minio secondminio thirdminio fourthminio
Expand All @@ -49,3 +49,4 @@ jobs:
run: task install
- name: Run test task
run: sudo apt install jq -y && sed "s/172.17.0.1/`docker network inspect bridge | jq -r .[].IPAM.Config[].Gateway`/" Taskfile.yml && task test

0 comments on commit cb5520c

Please sign in to comment.