1
0
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:
Alberto Bertogli
2025-03-31 09:23:54 +01:00
parent 2a2607f5d8
commit 43a4ed2c98

View File

@@ -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)