depbump: Upgrade Go to 1.21 (#352)
This commit is contained in:
parent
482ef0e5e8
commit
897cc0e034
|
|
@ -33,9 +33,12 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '^1.18.0'
|
go-version-file: 'go.mod'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- name: Print go version
|
||||||
|
run: go version
|
||||||
|
|
||||||
- name: grpc
|
- name: grpc
|
||||||
run: make -w grpc
|
run: make -w grpc
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,9 +31,12 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '^1.18.0'
|
go-version-file: 'go.mod'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- name: Print go version
|
||||||
|
run: go version
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,12 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '^1.18.0'
|
go-version-file: 'go.mod'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- name: Print go version
|
||||||
|
run: go version
|
||||||
|
|
||||||
- name: deps
|
- name: deps
|
||||||
run: make -w grpc
|
run: make -w grpc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue