Update Go version to 1.25 in workflow files

This commit is contained in:
2025-09-25 03:29:16 -05:00
parent 98c8d35f1e
commit 6cd3b15d78
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version: '1.24'
go-version: '1.25'
- name: Build
id: build_step

View File

@@ -18,10 +18,10 @@ jobs:
- name: Checkout Source
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Set up Go 1.24
- name: Set up Go 1.25
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639
with:
go-version: '1.24'
go-version: '1.25'
- name: Run Go tests
run: go test ./...

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version: '1.24'
go-version: '1.25'
- name: Install revive
run: go install github.com/mgechev/revive@latest