mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2025-04-26 01:27:58 +02:00
Update go version list used in github workflows
Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
parent
a1b44d6ba9
commit
9f86b35aa5
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -4,7 +4,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.11.x, 1.14.x, 1.15.x]
|
go-version: [1.13.x, 1.15.x, 1.16.x]
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
2
go.mod
2
go.mod
@ -1,5 +1,7 @@
|
|||||||
module github.com/google/alertmanager-irc-relay
|
module github.com/google/alertmanager-irc-relay
|
||||||
|
|
||||||
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fluffle/goirc v1.0.4-0.20210224190621-e0c319f8fff5
|
github.com/fluffle/goirc v1.0.4-0.20210224190621-e0c319f8fff5
|
||||||
github.com/gorilla/mux v1.8.0
|
github.com/gorilla/mux v1.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user