mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 01:13:40 +01:00
Minor fix
This commit is contained in:
parent
ee225c977f
commit
a1267f4bcc
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Go
|
||||
on: [push]
|
||||
jobs:
|
||||
build-1.12:
|
||||
build-112:
|
||||
name: Build with Go 1.12
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Build
|
||||
run: go build -mod vendor
|
||||
|
||||
build-1.13:
|
||||
build-113:
|
||||
name: Build with Go 1.13
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user