Skip to content

Commit

Permalink
upgrade required go version to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelk committed Mar 20, 2024
1 parent 843e547 commit e95d936
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22"
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ "1.21" ]
go: [ "1.22" ]

steps:
- name: Set up Go 1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
cache: true
-
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/retroenv/assembler

go 1.21
go 1.22

require github.com/retroenv/retrogolib v0.0.0-20231129164858-95e28ba190f7
require github.com/retroenv/retrogolib v0.0.0-20240320144300-4dc6a43b5983
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/retroenv/retrogolib v0.0.0-20231129164858-95e28ba190f7 h1:V9P8fMwJZsruqzk0L40Jx91KRrTLf6VSXJu41RCg3dI=
github.com/retroenv/retrogolib v0.0.0-20231129164858-95e28ba190f7/go.mod h1:9veQF55nN7vayJDVX8dZYKqMTObzhWFxIAB03RKUhcw=
github.com/retroenv/retrogolib v0.0.0-20240320144300-4dc6a43b5983 h1:jqCLtAkseEa0cgNOvlyNjYxA0rnJzR3KG/zHeBd7Fwo=
github.com/retroenv/retrogolib v0.0.0-20240320144300-4dc6a43b5983/go.mod h1:HZ3Y8NA+pJQrTLDJ6VSg/X6Oo4jWxz2S9ZMSvv8Zm1o=

0 comments on commit e95d936

Please sign in to comment.