Skip to content

Commit

Permalink
Update GHA golang version
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed Apr 3, 2024
1 parent 9d9ea25 commit 5c07ce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
GO_VER: "1.20"
GO_VER: "1.22"
jobs:
build:
name: Build
Expand All @@ -19,7 +19,7 @@ jobs:
with:
go-version: ${{ env.GO_VER }}

- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand All @@ -36,7 +36,7 @@ jobs:
with:
go-version: ${{ env.GO_VER }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- "*" # triggers only if push new tag version

env:
GO_VER: "1.20"
GO_VER: "1.22"
jobs:
build:
name: GoReleaser
runs-on: ubuntu-latest

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down

0 comments on commit 5c07ce8

Please sign in to comment.