Skip to content

Commit

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

chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0
  • Loading branch information
adityasaky authored Oct 24, 2024
2 parents f0ec000 + 4b98d9c commit 2d3e384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-docgen-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
with:
go-version: '1.21.x'
- run: ./scripts/verify-docs.sh
Expand All @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
with:
go-version: '1.21.x'
- run: test -z $(go fmt ./...)

0 comments on commit 2d3e384

Please sign in to comment.