Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed Mar 28, 2024
1 parent d436111 commit 9fb7f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: ['1.18', '1.19', '1.20']
go-version: ['1.22']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hsldymq/handyCollection

go 1.22
go 1.22.0

require github.com/hsldymq/goiter v0.13.1

0 comments on commit 9fb7f0c

Please sign in to comment.