mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-16 14:27:01 +00:00
github: Docker integration tests run with latest Go version
Today, we only require that Docker integration tests use a Go version >= 1.20. In practice, it almost always picks the latest version. For consistency, this patch requests it to run the latest Go version.
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -34,7 +34,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ">=1.20"
|
||||
go-version: "1.x"
|
||||
check-latest: true
|
||||
- name: Install goveralls
|
||||
run: go install github.com/mattn/goveralls@latest
|
||||
- name: Docker info (for debugging)
|
||||
|
||||
Reference in New Issue
Block a user