Merge pull request #3269 from fluxcd/dependabot/github_actions/actions/setup-go-3

Bump actions/setup-go from 2 to 3
This commit is contained in:
Paulo Gomes 2022-10-31 08:49:48 +00:00 committed by GitHub
commit 7ee90a34e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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