File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 6161
6262if [ " $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
You can’t perform that action at this time.
0 commit comments