Skip to content

Commit

Permalink
maint: Update to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tux3 committed Aug 19, 2024
1 parent 27b9afa commit badeb3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
steps:
- uses: actions/checkout@v1
- name: Set up Go ${{ matrix.go-version }}
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
steps:
- uses: actions/checkout@v1
- name: Set up Go ${{ matrix.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TankerHQ/identity-go/v3

go 1.21
go 1.22

require (
github.com/iancoleman/orderedmap v0.3.0
Expand Down

0 comments on commit badeb3d

Please sign in to comment.