Skip to content

Commit

Permalink
feat: updated go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 9, 2023
1 parent 2085ca4 commit 6c0f44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.17.x, 1.18.x ]
go-version: [ 1.18.x, 1.19.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
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/mrz1836/postmark

go 1.17
go 1.18

require goji.io v2.0.2+incompatible

0 comments on commit 6c0f44a

Please sign in to comment.