File tree Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v3
16
16
-
17
17
name : Set up Go
18
- uses : actions/setup-go@v3
18
+ uses : actions/setup-go@v5
19
19
with :
20
- go-version : ' ^1.22.0'
21
- - uses : actions/cache@v3
22
- with :
23
- path : |
24
- ~/.cache/go-build
25
- ~/go/pkg/mod
26
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
27
- restore-keys : |
28
- ${{ runner.os }}-go-
20
+ go-version-file : ' go.mod'
29
21
-
30
22
name : Prepare
31
23
run : |
Original file line number Diff line number Diff line change 35
35
name : Set up Go
36
36
uses : actions/setup-go@v5
37
37
with :
38
- go-version : ' ^1.22.0'
39
- - uses : actions/cache@v4
40
- with :
41
- path : |
42
- ~/.cache/go-build
43
- ~/go/pkg/mod
44
- key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
45
- restore-keys : |
46
- ${{ runner.os }}-go-
38
+ go-version-file : ' go.mod'
47
39
-
48
40
name : Set AUTOUPDATE_CHANNEL on tags
49
41
run : echo "AUTOUPDATE_CHANNEL=stable" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1
1
module github.com/symfony-cli/symfony-cli
2
2
3
- go 1.22.0
3
+ go 1.22.2
4
4
5
5
require (
6
6
github.com/NYTimes/gziphandler v1.1.1
You can’t perform that action at this time.
0 commit comments