Skip to content

Commit

Permalink
♻️ Use stable go version
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Jun 23, 2024
1 parent 93e892e commit 1ec936c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: 'stable'
- name: Test
run: |
export DOCKER_HOST="unix://${{ matrix.runtime }}"
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: 'stable'
- uses: golangci/golangci-lint-action@v6
with:
args: --timeout=10m
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: 'stable'
- uses: github/codeql-action/init@v3
with:
languages: 'go'
Expand All @@ -70,5 +70,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: 'stable'
- run: make install-release-tool new-patch-release

0 comments on commit 1ec936c

Please sign in to comment.