Skip to content

Commit

Permalink
Merge pull request #10 from manhtukhang/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

chore(deps): bump actions/setup-go from 2 to 5
  • Loading branch information
manhtukhang authored Mar 30, 2024
2 parents 7cddc2d + 856b3e8 commit af22c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Setup Kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.22
-
Expand Down

0 comments on commit af22c12

Please sign in to comment.