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
arch: amd64
dist: focal
go: 1.23.x
go: 1.23.2
env:
- docker
services:
@ -33,7 +33,7 @@ jobs:
os: linux
dist: focal
sudo: required
go: 1.23.x
go: 1.23.2
env:
- azure-linux
git:
@ -85,7 +85,7 @@ jobs:
os: linux
arch: amd64
dist: focal
go: 1.23.x
go: 1.23.2
script:
- 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]/)
os: linux
dist: focal
go: 1.23.x
go: 1.23.2
env:
- ubuntu-ppa
git:
@ -118,7 +118,7 @@ jobs:
if: type = cron
os: linux
dist: focal
go: 1.23.x
go: 1.23.2
env:
- azure-purge
git:
@ -131,7 +131,7 @@ jobs:
if: type = cron
os: linux
dist: focal
go: 1.23.x
go: 1.23.2
env:
- racetests
script: