Use Go 1.13

This commit is contained in:
gdm85
2021-05-13 19:19:44 +02:00
parent 849bc584cc
commit 0bbd26c1b5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.12
go-version: 1.13
id: go
- name: Check out repository

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/m13253/dns-over-https
go 1.12
go 1.13
require (
github.com/BurntSushi/toml v0.3.1