Skip to content

Commit

Permalink
Merge pull request #482 from confidential-containers/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/setup-go-5.1.0

build(deps): bump actions/setup-go from 5.0.2 to 5.1.0
  • Loading branch information
mythi authored Nov 8, 2024
2 parents 4c71211 + 8da5f26 commit cf987cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: src/shim/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
path: ${{ github.workspace }}/src/github.com/confidential-containers/enclave-cc

- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
check-latest: true
go-version-file: ${{ github.workspace }}/src/github.com/confidential-containers/enclave-cc/src/shim/go.mod
Expand Down

0 comments on commit cf987cb

Please sign in to comment.