Skip to content

Commit

Permalink
Merge pull request #1 from ZEISS/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
2 parents 9e84554 + 980c21b commit ffc4265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/leakcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
- name: Go Test
env:
CC: clang
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: make test
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
check-latest: true
Expand Down

0 comments on commit ffc4265

Please sign in to comment.