Merge pull request #1283 from breed808/go_version_bump

chore(deps): Bump Go version to v1.21.1
This commit is contained in:
Ben Reedy 2023-09-11 20:31:10 +10:00 committed by GitHub
commit 6aa0ac5706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -23,6 +23,7 @@ on:
- master
env:
GO_VER: '^1.21.1'
PROMU_VER: '0.14.0'
PROMTOOL_VER: '2.43.0'
@ -33,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20.2'
go-version: ${{ env.GO_VER }}
- name: Test
run: make test
@ -57,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20.2'
go-version: ${{ env.GO_VER }}
- name: Install promtool
run: |
@ -89,7 +90,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20.2'
go-version: ${{ env.GO_VER }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

View File

@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '^1.20.2'
go-version: '^1.21.1'
- name: Install Build deps
run: |