Skip to content

Commit

Permalink
ci: use go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Sep 2, 2022
1 parent e41ef26 commit 1d87908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Lint buf
run: make buf-lint
- name: check prettier format
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Prepare Dependencies
run: |
make tools/goveralls
Expand All @@ -96,7 +96,7 @@ jobs:
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- run: |
go test -tags sqlite -race -short ./...
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
path: current-repo
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: actions/setup-node@v3
with:
node-version: "15"
Expand Down

0 comments on commit 1d87908

Please sign in to comment.