File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 5252 version :
5353 - " "
5454 - " latest"
55- - " v1.56 "
56- - " v1.56.1 "
55+ - " v1.58 "
56+ - " v1.58.0 "
5757 runs-on : ${{ matrix.os }}
5858 permissions :
5959 contents : read
6363 - uses : actions/setup-go@v5
6464 with :
6565 go-version : oldstable
66- cache : false # setup-go v4 caches by default
6766 - uses : ./
6867 with :
6968 version : ${{ matrix.version }}
8180 version :
8281 - " "
8382 - " latest"
84- - " v1.56.1 "
85- - " bf5008a11acf2da5fe76716eb21d808499e079fa "
83+ - " v1.58.0 "
84+ - " 4bf574a12bb61234e28e3d6172be6ed95b0e8baf "
8685 runs-on : ${{ matrix.os }}
8786 permissions :
8887 contents : read
9291 - uses : actions/setup-go@v5
9392 with :
9493 go-version : oldstable
95- cache : false # setup-go v4 caches by default
9694 - uses : ./
9795 with :
9896 version : ${{ matrix.version }}
@@ -116,7 +114,6 @@ jobs:
116114 - uses : actions/setup-go@v5
117115 with :
118116 go-version : oldstable
119- cache : false # setup-go v4 caches by default
120117 - uses : ./
121118 with :
122119 working-directory : sample-go-mod
You can’t perform that action at this time.
0 commit comments