Skip to content

Commit

Permalink
( update to 1.22 )
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonSlovoka committed Jun 13, 2024
1 parent 012cc1f commit ff7ca12
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_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
# [ubuntu-latest, macos-latest, windows-latest]
platform: [ windows-latest ]
go-version: [ 1.19.x ]
go-version: [ 1.22.x ]
runs-on: ${{ matrix.platform }}
name: Integration tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/CarsonSlovoka/go-pkg/v2

go 1.21
go 1.22

0 comments on commit ff7ca12

Please sign in to comment.