Skip to content

Commit

Permalink
Updated to Go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Jun 18, 2024
1 parent e922e54 commit 3a881cb
Show file tree
Hide file tree
Showing 226 changed files with 31,566 additions and 94,363 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [~1.16, ~1.17]
go-version: [~1.21, ~1.22]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [~1.16, ~1.17]
go-version: [~1.21, ~1.22]
platform:
- ubuntu-latest
- macos-latest
Expand Down
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
module github.com/esimov/pigo

go 1.13
go 1.22

require (
github.com/disintegration/imaging v1.6.2
github.com/fogleman/gg v1.3.0
golang.org/x/term v0.0.0-20191110171634-ad39bd3f0407
)

require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
golang.org/x/term v0.0.0-20191110171634-ad39bd3f0407
)
3 changes: 0 additions & 3 deletions vendor/github.com/disintegration/imaging/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/disintegration/imaging/go.sum

This file was deleted.

21 changes: 11 additions & 10 deletions vendor/github.com/fogleman/gg/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a881cb

Please sign in to comment.