7474 runs-on : ${{ matrix.os }}
7575 steps :
7676 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
77+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
7878 with :
7979 go-version : ${{ env.GO_VERSION }}
8080 cache : false
9292 git config --global core.autocrlf false
9393 git config --global core.eol lf
9494 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
95- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
95+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
9696 with :
9797 go-version : ${{ env.GO_VERSION }}
9898 cache : false
@@ -103,7 +103,7 @@ jobs:
103103 runs-on : ubuntu-latest
104104 steps :
105105 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
106+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
107107 with :
108108 go-version : ${{ env.GO_VERSION }}
109109 cache : false
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144 steps :
145145 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
146- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
146+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
147147 with :
148148 go-version : ${{ env.GO_VERSION }}
149149 cache : false
@@ -154,7 +154,7 @@ jobs:
154154 runs-on : ubuntu-latest
155155 steps :
156156 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
157+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
158158 with :
159159 go-version : ${{ env.GO_VERSION }}
160160 cache : false
0 commit comments