Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68db9df985 |
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
@ -216,7 +216,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
@ -283,7 +283,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
@ -365,7 +365,7 @@ jobs:
|
||||
ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge"
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
@ -458,7 +458,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
|
||||
2
.github/workflows/load_test.yml
vendored
2
.github/workflows/load_test.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
run: make otel-daemon
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
|
||||
2
.github/workflows/longevity_test.yml
vendored
2
.github/workflows/longevity_test.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
fetch-depth: 0 # needed to get latest tag
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
|
||||
2
.github/workflows/nightly_test.yml
vendored
2
.github/workflows/nightly_test.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
|
||||
2
.github/workflows/sanity-test.yaml
vendored
2
.github/workflows/sanity-test.yaml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Golang with cache
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
uses: magnetikonline/action-golang-cache@v5
|
||||
with:
|
||||
go-version-file: src/go.mod
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user