Skip to content

Commit

Permalink
Bump minimum supported Go version to 1.19 to match dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Jun 3, 2024
1 parent fa5c1ad commit ab146a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 178 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
platform:
- ubuntu-latest
go:
- 1.17.x
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
- 1.22.x
include:
- platform: macos-latest
go: 1.19.x
go: 1.22.x
- platform: windows-latest
go: 1.19.x
go: 1.22.x
name: Test (Go ${{ matrix.go }} on ${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion gopages/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/johnstarich/go/gopages

go 1.17
go 1.19

require (
github.com/fsnotify/fsnotify v1.4.9
Expand Down
Loading

0 comments on commit ab146a3

Please sign in to comment.