File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 echo "k8s_latest=$(grep -m1 'FROM kindest/node' <tests/docker/Dockerfile | awk -F'[:v]' '{print $3}')" >> $GITHUB_OUTPUT
4343 - name : Setup Golang Environment
44- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
44+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
4545 with :
4646 go-version-file : go.mod
4747 - name : Determine GOPATH
6767 - name : Checkout Repository
6868 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
6969 - name : Setup Golang Environment
70- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
70+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
7171 with :
7272 go-version-file : go.mod
7373 - name : Run Tests
9494 fetch-depth : 0
9595
9696 - name : Setup Golang Environment
97- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
97+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
9898 with :
9999 go-version-file : go.mod
100100
Original file line number Diff line number Diff line change 3030 - name : Checkout Repository
3131 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3232 - name : Setup Golang Environment
33- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
33+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
3434 with :
3535 go-version-file : go.mod
3636 - name : Lint Code
Original file line number Diff line number Diff line change 8787 fetch-depth : 0
8888 ref : refs/tags/v${{ needs.variables.outputs.kic-tag }}
8989 - name : Setup Golang Environment
90- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
90+ uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
9191 with :
9292 go-version-file : go.mod
9393 - name : Determine GOPATH
You can’t perform that action at this time.
0 commit comments