Skip to content

Commit ed6094f

Browse files
committed
gh-actions: go version file
1 parent 4804fca commit ed6094f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

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

39-
- name: 🐼 Setup go1.26+
39+
- name: 🐼 Setup Go
4040
uses: actions/setup-go@v6
4141
with:
42-
go-version: '>=1.26'
42+
go-version-file: 'go.mod'
4343
check-latest: true
4444

4545
- name: 🏗️ Make
@@ -457,7 +457,7 @@ jobs:
457457
- name: 🐼 Set up Go
458458
uses: actions/setup-go@v6
459459
with:
460-
go-version: '>=1.26'
460+
go-version-file: 'go.mod'
461461
cache: false
462462
# github.com/tailscale/tailscale/blob/93324cc7b/.github/workflows/depaware.yml
463463
# consolidated in: github.com/tailscale/tailscale/commit/4022796484

0 commit comments

Comments
 (0)