Skip to content

Commit

Permalink
update certtostore tests to go 1.22
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613942585
  • Loading branch information
ItsMattL authored and copybara-github committed Mar 8, 2024
1 parent fc95a03 commit 8ebf921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.22.x

- name: Check out code into the Go module directory
uses: actions/checkout@v3

# false positives: golang/go#41205
# false positives: https://github.com/golang/go/issues/41205
#- name: Run vet
# run: go vet ./...

Expand Down

0 comments on commit 8ebf921

Please sign in to comment.