Skip to content

Commit 6f86a18

Browse files
committed
update go version
1 parent 2dffa04 commit 6f86a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
go: ['1.14.2']
11+
go: ['1.15.5']
1212
os: [ubuntu-latest]
1313
name: Go ${{ matrix.go }} test in ${{ matrix.os }}
1414

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/axetroy/wsm
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef

0 commit comments

Comments
 (0)