Skip to content

Commit

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

Bump actions/setup-go from 2 to 3
  • Loading branch information
Paulo Gomes committed Oct 31, 2022
2 parents c7e158a + 1a6b09a commit 7ee90a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-azure.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go1.18-
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Install libgit2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Initialize CodeQL
Expand Down

0 comments on commit 7ee90a3

Please sign in to comment.