File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Set up Go
104104 id : go
105- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
105+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
106106 with :
107107 go-version : ${{ env.GOLANG_VERSION }}
108108 check-latest : true
@@ -124,7 +124,7 @@ jobs:
124124 run : echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
125125 - name : Set up Go
126126 id : go
127- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
127+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
128128 with :
129129 go-version : ${{ env.GOLANG_VERSION }}
130130 check-latest : true
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Set up Go
155155 id : go
156- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
156+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
157157 with :
158158 go-version : ${{ steps.golangversion.outputs.version }}
159159 check-latest : true
Original file line number Diff line number Diff line change 2222
2323 - name : Set up Go
2424 id : go
25- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
25+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2626 with :
2727 go-version : ${{ env.GOLANG_VERSION }}
2828 check-latest : true
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Set up Go
148148 id : go
149- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
149+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
150150 with :
151151 go-version : ${{ env.GOLANG_VERSION }}
152152 check-latest : true
Original file line number Diff line number Diff line change 2020 run : echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
2121
2222 - name : Set up Go
23- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
23+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2424 with :
2525 go-version : ${{ env.GOLANG_VERSION }}
2626 check-latest : true
You can’t perform that action at this time.
0 commit comments