Skip to content

Commit

Permalink
Update to go 1.19 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Feb 8, 2023
1 parent c1c28ba commit 80e39f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: test
run: |
go install golang.org/x/lint/golint@latest &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
# Fetch app token
- uses: tibdex/github-app-token@v1.5.2
id: gh-api-token
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/stripe/stripe-mock

go 1.16
go 1.19

require (
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 // indirect
Expand Down

0 comments on commit 80e39f8

Please sign in to comment.