File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 7
7
- .github/workflows/go-tests-other-os.yml
8
8
- .github/actions/**
9
9
- codeql-workspace.yml
10
- env :
11
- GO_VERSION : ' ~1.22.0'
12
10
13
11
permissions :
14
12
contents : read
@@ -18,10 +16,10 @@ jobs:
18
16
name : Test MacOS
19
17
runs-on : macos-latest
20
18
steps :
21
- - name : Set up Go ${{ env.GO_VERSION }}
19
+ - name : Set up Go
22
20
uses : actions/setup-go@v5
23
21
with :
24
- go-version : ${{ env.GO_VERSION }}
22
+ go-version-file : go/test-runtime-version/go.work
25
23
cache : false
26
24
id : go
27
25
@@ -55,10 +53,10 @@ jobs:
55
53
name : Test Windows
56
54
runs-on : windows-latest-xl
57
55
steps :
58
- - name : Set up Go ${{ env.GO_VERSION }}
56
+ - name : Set up Go
59
57
uses : actions/setup-go@v5
60
58
with :
61
- go-version : ${{ env.GO_VERSION }}
59
+ go-version-file : go/test-runtime-version/go.work
62
60
cache : false
63
61
id : go
64
62
Original file line number Diff line number Diff line change 16
16
- .github/actions/**
17
17
- codeql-workspace.yml
18
18
19
- env :
20
- GO_VERSION : ' ~1.22.0'
21
-
22
19
permissions :
23
20
contents : read
24
21
@@ -28,10 +25,10 @@ jobs:
28
25
name : Test Linux (Ubuntu)
29
26
runs-on : ubuntu-latest-xl
30
27
steps :
31
- - name : Set up Go ${{ env.GO_VERSION }}
28
+ - name : Set up Go
32
29
uses : actions/setup-go@v5
33
30
with :
34
- go-version : ${{ env.GO_VERSION }}
31
+ go-version-file : go/test-runtime-version/go.work
35
32
cache : false
36
33
id : go
37
34
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ go 1.22
You can’t perform that action at this time.
0 commit comments