Skip to content

Commit

Permalink
use go 1.19 for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Sep 16, 2022
1 parent 3cecc51 commit b96df02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
with:
go-version: "~1.18"
go-version: "~1.19.1"
- uses: "authzed/actions/go-test@main"
with:
working_directory: "integration-testing"

0 comments on commit b96df02

Please sign in to comment.