bump Go to 1.21 (#2546)

This commit is contained in:
Alessandro Ros 2023-10-23 14:02:53 +02:00 committed by GitHub
parent 4828736124
commit 55b8985c8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 6 deletions

View file

@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- run: |
go mod tidy

View file

@ -35,6 +35,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- run: make test-highlevel-nodocker