Update to v1.25.1 (#6140)

* Update to v1.25.1
* bump go version
Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
Matt Trachier
2022-09-16 13:41:04 -05:00
committed by GitHub
parent 7f871e93fc
commit 28028f8601
7 changed files with 106 additions and 106 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.18.1'
go-version: '1.19.1'
- name: Checkout
uses: actions/checkout@v2
with:

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.18.1'
go-version: '1.19.1'
- name: Checkout
uses: actions/checkout@v2
with: