Skip to content

Commit 8d97479

Browse files
Update dependency go to v1.26.0
1 parent f7c3f32 commit 8d97479

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go
5454
uses: actions/setup-go@v6
5555
with:
56-
go-version: 1.25.7
56+
go-version: 1.26.0
5757

5858
# Initializes the CodeQL tools for scanning.
5959
- name: Initialize CodeQL

osv-scanner.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GoVersionOverride = "1.25.7"
1+
GoVersionOverride = "1.26.0"

provisioning/roles/golang/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- name: download go binary
1616
unarchive:
17-
src="https://go.dev/dl/go1.25.7.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
17+
src="https://go.dev/dl/go1.26.0.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
1818
dest=/usr/local/
1919
remote_src=yes
2020

0 commit comments

Comments
 (0)