Skip to content

Commit

Permalink
Bump required go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Apr 19, 2024
1 parent 3b3f80a commit 73992af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17' ]
go: [ '1.18' ]
steps:
- name: Set up Go v${{ matrix.go }}
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17' ]
go: [ '1.18' ]
steps:
- name: Set up Go v${{ matrix.go }}
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/petarov/apns-pushcmd

go 1.17
go 1.18

require (
github.com/golang-jwt/jwt/v4 v4.4.1
Expand Down

0 comments on commit 73992af

Please sign in to comment.