Skip to content

Commit

Permalink
Merge pull request #63 from Mellanox/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

chore: bump actions/setup-go from 4 to 5
  • Loading branch information
ykulazhenkov authored Nov 27, 2024
2 parents 191b6db + 6fab7ae commit c5014df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go matrix
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
Expand All @@ -25,7 +25,7 @@ jobs:
needs: build
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Check out code into the Go module directory
Expand All @@ -37,7 +37,7 @@ jobs:
needs: build
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Check out code into the Go module directory
Expand All @@ -49,7 +49,7 @@ jobs:
needs: build
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Check out code into the Go module directory
Expand All @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23.x
# if this fails, run go mod tidy
Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Generate coverage report
Expand Down

0 comments on commit c5014df

Please sign in to comment.