Skip to content

Commit 7186cfd

Browse files
committed
all: go1.25
1 parent 0b01238 commit 7186cfd

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
# must happen before codeql init
42-
- name: 🐼 Setup go1.24+
42+
- name: 🐼 Setup go1.25+
4343
uses: actions/setup-go@v5
4444
with:
45-
go-version: '>=1.24'
45+
go-version: '>=1.25'
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: 🛠️ Initialize

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: 🥏 Checkout code
1818
uses: actions/checkout@v4
1919

20-
- name: 🐼 Setup go1.24+
20+
- name: 🐼 Setup go1.25+
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '>=1.24'
23+
go-version: '>=1.25'
2424

2525
- name: 🐍 Python3
2626
uses: actions/setup-python@v5
@@ -314,7 +314,7 @@ jobs:
314314
- name: 🐼 Set up Go
315315
uses: actions/setup-go@v5
316316
with:
317-
go-version: '>=1.24'
317+
go-version: '>=1.25'
318318
cache: false
319319
# github.com/tailscale/tailscale/blob/93324cc7b/.github/workflows/depaware.yml
320320
# consolidated in: github.com/tailscale/tailscale/commit/4022796484

make-aar

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#
2+
33
# Copyright (c) 2021 RethinkDNS and its authors.
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
@@ -62,8 +62,8 @@ fi
6262

6363
if [ "$ARG1" = "go" ]; then
6464
# download from go.dev/dl
65-
curl -Lso go.tar.gz https://go.dev/dl/go1.24.3.linux-amd64.tar.gz
66-
echo "3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8 go.tar.gz" | sha256sum -c -
65+
curl -Lso go.tar.gz https://go.dev/dl/go1.25.1.linux-amd64.tar.gz
66+
echo "7716a0d940a0f6ae8e1f3b3f4f36299dc53e31b16840dbd171254312c41ca12e go.tar.gz" | sha256sum -c -
6767

6868
# HOME=/home/jitpack
6969
# PWD=/home/jitpack/build

0 commit comments

Comments
 (0)