Skip to content

Commit 49a85f9

Browse files
committed
ci: align workflows with go1.24
1 parent 29c485f commit 49a85f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
GO_VERSION: '1.23'
10+
GO_VERSION: '1.24'
1111
PYTHON_VERSION: '3.12'
1212

1313
jobs:

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.24'
1919

2020
- name: Install gosec
2121
run: go install github.com/securego/gosec/v2/cmd/gosec@latest

0 commit comments

Comments
 (0)