Skip to content

Commit

Permalink
Merge pull request #12 from pdftables/update-build
Browse files Browse the repository at this point in the history
Update build
  • Loading branch information
StevenMaude authored Sep 18, 2023
2 parents 6eced66 + 3dba544 commit 056ba41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19' ]
go: [ '1.20', '1.21' ]
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build code
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/pdftables/go-pdftables-api

go 1.18
go 1.21

0 comments on commit 056ba41

Please sign in to comment.