mirror of https://github.com/mpolden/echoip
build: Bump Go version
This commit is contained in:
parent
2b630f01a0
commit
ae2bbd8832
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: install go
|
- name: install go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.16
|
||||||
- name: build and test
|
- name: build and test
|
||||||
run: make
|
run: make
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue