Skip to content

Commit

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

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
mythi authored Dec 7, 2023
2 parents 8e37afd + 32c9e05 commit f47fab8
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@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@v4
- uses: actions/setup-go@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 f47fab8

Please sign in to comment.