Skip to content

Commit b8523b7

Browse files
committed
make: go1.26
1 parent 932b59e commit b8523b7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: 🥏 Checkout code
3636
uses: actions/checkout@v6
3737

38-
- name: 🐼 Setup go1.25+
38+
- name: 🐼 Setup go1.26+
3939
uses: actions/setup-go@v6
4040
with:
41-
go-version: '>=1.25.5'
41+
go-version: '>=1.26'
4242
check-latest: true
4343

4444
- name: 🏗️ Make
@@ -454,7 +454,7 @@ jobs:
454454
- name: 🐼 Set up Go
455455
uses: actions/setup-go@v6
456456
with:
457-
go-version: '>=1.25'
457+
go-version: '>=1.26'
458458
cache: false
459459
# github.com/tailscale/tailscale/blob/93324cc7b/.github/workflows/depaware.yml
460460
# consolidated in: github.com/tailscale/tailscale/commit/4022796484

make-aar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ fi
6161

6262
if [ "$ARG1" = "go" ]; then
6363
# download from go.dev/dl
64-
curl -Lso go.tar.gz https://go.dev/dl/go1.25.5.linux-amd64.tar.gz
65-
echo "9e9b755d63b36acf30c12a9a3fc379243714c1c6d3dd72861da637f336ebb35b go.tar.gz" | sha256sum -c -
64+
curl -Lso go.tar.gz https://go.dev/dl/go1.26.0.linux-amd64.tar.gz
65+
echo "aac1b08a0fb0c4e0a7c1555beb7b59180b05dfc5a3d62e40e9de90cd42f88235 go.tar.gz" | sha256sum -c -
6666

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

0 commit comments

Comments
 (0)