We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4804fca commit ed6094fCopy full SHA for ed6094f
1 file changed
.github/workflows/go.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: 🥏 Checkout code
37
uses: actions/checkout@v6
38
39
- - name: 🐼 Setup go1.26+
+ - name: 🐼 Setup Go
40
uses: actions/setup-go@v6
41
with:
42
- go-version: '>=1.26'
+ go-version-file: 'go.mod'
43
check-latest: true
44
45
- name: 🏗️ Make
@@ -457,7 +457,7 @@ jobs:
457
- name: 🐼 Set up Go
458
459
460
461
cache: false
462
# github.com/tailscale/tailscale/blob/93324cc7b/.github/workflows/depaware.yml
463
# consolidated in: github.com/tailscale/tailscale/commit/4022796484
0 commit comments