Use Go 1.21 for nightlies, Dockerfile, code coverage, bump go.mod version to Go 1.20

Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
Neil Twigg
2023-08-31 09:00:29 +01:00
parent ee4c04dec4
commit d08eeee94d
7 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
go-version: "1.21.x"
- name: Run code coverage
shell: bash --noprofile --norc -x -eo pipefail {0}