mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-07-02 01:39:27 +00:00
Update to golang 1.19
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -11,19 +11,19 @@ on:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
make: ["lint", "test"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
|
||||
- name: install go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "^1.18"
|
||||
go-version: "^1.19"
|
||||
|
||||
- name: Lint
|
||||
run: make lint
|
||||
|
||||
- name: Tests
|
||||
run: make test
|
||||
run: make ${{ matrix.make }}
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user