Skip to content

Commit

Permalink
try to fix act test
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 12, 2022
1 parent e17a164 commit 6ee33a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.16'
go-version: '^1.18'
- run: go install github.com/nektos/act@latest
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build

0 comments on commit 6ee33a9

Please sign in to comment.