mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-06-10 11:55:13 +02:00
.github: fix go-version for test-latest
We don't need the version matrix here, and don't want to reference the go version in go.mod. Instead, just always use stable.
This commit is contained in:
parent
5b6d07d0c3
commit
9d5ec05abb
1 changed files with 1 additions and 6 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -53,10 +53,6 @@ jobs:
|
|||
test-latest:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go:
|
||||
- { go-version: stable }
|
||||
- { go-version-file: go.mod }
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
|
@ -64,8 +60,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: ${{ matrix.go.go-version }}
|
||||
go-version-file: ${{ matrix.go.go-version-file }}
|
||||
go-version: stable
|
||||
- uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 # v1.2.1
|
||||
with:
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue