Skip to content

Commit

Permalink
Adapt go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gitrust committed Jun 25, 2024
1 parent 4889963 commit 02e93fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.22

- name: Install dependencies
run: go mod tidy
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Build
run: go build -v -o ${{ matrix.output_name }} ./...
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 goimg2pdf

go 1.22.3
go 1.22

require github.com/jung-kurt/gofpdf v1.16.2

0 comments on commit 02e93fe

Please sign in to comment.