chore: use fixed version of go

This commit is contained in:
Hussan Choudhry 2024-10-29 08:44:35 +00:00
parent c3919f9bda
commit 58adc2c75b

View file

@ -15,7 +15,7 @@ jobs:
os: linux os: linux
arch: amd64 arch: amd64
dist: focal dist: focal
go: 1.23.x go: 1.23.2
env: env:
- docker - docker
services: services:
@ -33,7 +33,7 @@ jobs:
os: linux os: linux
dist: focal dist: focal
sudo: required sudo: required
go: 1.23.x go: 1.23.2
env: env:
- azure-linux - azure-linux
git: git:
@ -85,7 +85,7 @@ jobs:
os: linux os: linux
arch: amd64 arch: amd64
dist: focal dist: focal
go: 1.23.x go: 1.23.2
script: script:
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES - travis_wait 45 go run build/ci.go test $TEST_PACKAGES
@ -102,7 +102,7 @@ jobs:
if: type = cron || (type = push && tag ~= /^v[0-9]/) if: type = cron || (type = push && tag ~= /^v[0-9]/)
os: linux os: linux
dist: focal dist: focal
go: 1.23.x go: 1.23.2
env: env:
- ubuntu-ppa - ubuntu-ppa
git: git:
@ -118,7 +118,7 @@ jobs:
if: type = cron if: type = cron
os: linux os: linux
dist: focal dist: focal
go: 1.23.x go: 1.23.2
env: env:
- azure-purge - azure-purge
git: git:
@ -131,7 +131,7 @@ jobs:
if: type = cron if: type = cron
os: linux os: linux
dist: focal dist: focal
go: 1.23.x go: 1.23.2
env: env:
- racetests - racetests
script: script: