3131 # this is to fix GIT not liking owner of the checkout dir
3232 chown -R $(id -u):$(id -g) $PWD
3333 - name : Set up Go
34- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
34+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3535 with :
3636 go-version-file : go.mod
3737 # TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
5757 # this is to fix GIT not liking owner of the checkout dir
5858 chown -R $(id -u):$(id -g) $PWD
5959 - name : Set up Go
60- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
60+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
6161 with :
6262 go-version-file : go.mod
6363 # TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
7373 with :
7474 persist-credentials : false
7575 - name : Set up Go
76- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
76+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7777 with :
7878 go-version-file : go.mod
7979 # TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
8989 with :
9090 persist-credentials : false
9191 - name : Set up Go
92- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
92+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
9393 with :
9494 go-version-file : go.mod
9595 # TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
@@ -105,7 +105,7 @@ jobs:
105105 with :
106106 persist-credentials : false
107107 - name : Set up Go
108- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
108+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
109109 with :
110110 go-version-file : go.mod
111111 # TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
@@ -130,7 +130,7 @@ jobs:
130130 # this is to fix GIT not liking owner of the checkout dir
131131 chown -R $(id -u):$(id -g) $PWD
132132 - name : Set up Go
133- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
133+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
134134 with :
135135 go-version-file : go.mod
136136 # TODO: Try enabling caching later. It might use up too much disk space on runners so needs extra testing.
0 commit comments