Skip to content

Commit

Permalink
Adopt go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Jan 8, 2025
1 parent a273472 commit 5106a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
go-version:
description: 'Go version'
required: true
default: '1.21.3'
default: '1.22.7'

jobs:
build:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
container: golang:1.20
container: golang:1.22
env:
REVAVER: ${{ needs.build.outputs.revaVer }}
steps:
Expand Down

0 comments on commit 5106a70

Please sign in to comment.