Workflows: use Go 1.24 minimum

This commit is contained in:
Evan Su 2025-02-11 19:08:04 -05:00
parent 845af83dae
commit 3e9241a8be
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '>1.18'
go-version: '>=1.24'
check-latest: true
cache: false

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '>1.18'
go-version: '>=1.24'
check-latest: true
cache: false

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '>1.18'
go-version: '>=1.24'
check-latest: true
cache: false