File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 ref : v3
1818 path : ' ./coreint-automation'
1919 - uses : newrelic/newrelic-infra-checkers@v1
20- - uses : actions/setup-go@v5
20+ - uses : actions/setup-go@v6
2121 with :
2222 go-version-file : " go.mod"
2323 - name : golangci-lint
Original file line number Diff line number Diff line change 1111 - name : Check out code
1212 uses : actions/checkout@v4
1313 - name : Install Go
14- uses : actions/setup-go@v5
14+ uses : actions/setup-go@v6
1515 with :
1616 go-version-file : " go.mod"
1717 - name : Integration test
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v4
1313 - name : Install Go
14- uses : actions/setup-go@v5
14+ uses : actions/setup-go@v6
1515 with :
1616 go-version-file : " go.mod"
1717 - name : Running unit tests
Original file line number Diff line number Diff line change 9898 with :
9999 path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
100100 - name : Install Go
101- uses : actions/setup-go@v5
101+ uses : actions/setup-go@v6
102102 with :
103103 go-version-file : " src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod"
104104 - name : Running unit tests
@@ -143,7 +143,7 @@ jobs:
143143 with :
144144 fetch-depth : 0
145145 - name : setup Go
146- uses : actions/setup-go@v5
146+ uses : actions/setup-go@v6
147147 with :
148148 go-version-file : ${{ inputs.go_version_file }}
149149 - name : Set up QEMU
Original file line number Diff line number Diff line change 9595
9696 - name : Set up Go
9797 if : ${{ inputs.setup_go }}
98- uses : actions/setup-go@v5
98+ uses : actions/setup-go@v6
9999 with :
100100 go-version-file : ${{ inputs.go_version_file }}
101101
You can’t perform that action at this time.
0 commit comments