We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5241ce9 commit e871772Copy full SHA for e871772
.github/workflows/ci.yml
@@ -54,7 +54,13 @@ jobs:
54
echo "GOMODCACHE=D:\gomodcache" >> C:\Users\runneradmin\AppData\Roaming\go\env
55
echo "GOTMPDIR=D:\gotmp" >> C:\Users\runneradmin\AppData\Roaming\go\env
56
cat C:\Users\runneradmin\AppData\Roaming\go\env
57
+ - uses: antontroshin/setup-go@bda02de8887c9946189f81e7e59512914aeb9ea4
58
+ if: runner.os == 'Windows'
59
+ with:
60
+ go-version-file: go.mod
61
+ cache: true
62
- uses: actions/setup-go@v5
63
+ if: runner.os != 'Windows'
64
with:
65
go-version-file: go.mod
66
cache: true
0 commit comments