mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
Bump to Go 1.21 in tests in relase
This commit is contained in:
committed by
Christian Schneider
parent
70de9d66d7
commit
7419ffac11
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.x
|
go-version: 1.21.x
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -cover ./...
|
run: go test -cover ./...
|
||||||
- name: Vet
|
- name: Vet
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.x
|
go-version: 1.21.x
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -cover ./...
|
run: go test -cover ./...
|
||||||
- name: Vet
|
- name: Vet
|
||||||
|
|||||||
Reference in New Issue
Block a user