Update go version list used in github workflows

Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
Luca Bigliardi 2021-03-03 16:42:20 +01:00
parent a1b44d6ba9
commit 9f86b35aa5
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
test:
strategy:
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]
runs-on: ${{ matrix.os }}
steps:

2
go.mod
View File

@ -1,5 +1,7 @@
module github.com/google/alertmanager-irc-relay
go 1.13
require (
github.com/fluffle/goirc v1.0.4-0.20210224190621-e0c319f8fff5
github.com/gorilla/mux v1.8.0