mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
update go to 1.22.1
This commit is contained in:
parent
14517ca0a1
commit
55680245c9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_releases.yml
vendored
2
.github/workflows/build_releases.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
GITHUB_REF: ${{ github.ref }}
|
||||
GO_VERSION: '1.22.0'
|
||||
GO_VERSION: '1.22.1'
|
||||
|
||||
jobs:
|
||||
build-common:
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module apc-p15-tool
|
||||
|
||||
go 1.21
|
||||
go 1.22.1
|
||||
|
||||
require (
|
||||
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4
|
||||
|
|
Loading…
Reference in a new issue