Skip to content

Commit

Permalink
meta: try to fix the workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
DeedleFake committed Jul 4, 2024
1 parent 41dcdf5 commit b2617d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: go vet
runs-on: ubuntu-latest
container:
image: $image
image: ${{ env.image }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
name: staticcheck
runs-on: ubuntu-latest
container:
image: $image
image: ${{ env.image }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -57,7 +57,7 @@ jobs:
name: go test
runs-on: ubuntu-latest
container:
image: $image
image: ${{ env.image }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b2617d4

Please sign in to comment.