Skip to content

Commit

Permalink
Update pipeline go version
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Apr 28, 2024
1 parent 2734ac7 commit ae6d150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

env:
GO_VERSION: '1.20'
GO_VERSION: '1.22'

jobs:
build_linux_x86_64_debug:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
packages: write

env:
GO_VERSION: '1.20'
GO_VERSION: '1.22'

jobs:
merge_release:
Expand Down

0 comments on commit ae6d150

Please sign in to comment.