We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd718d commit bc0423fCopy full SHA for bc0423f
.github/workflows/build_test.yml
@@ -40,10 +40,10 @@ jobs:
40
name: Backend build
41
runs-on: ubuntu-latest
42
steps:
43
- - name: Set up Go 1.15
+ - name: Set up Go 1.6
44
uses: actions/setup-go@v1
45
with:
46
- go-version: 1.15
+ go-version: 1.16
47
id: go
48
49
- name: Check out branch
server/go.mod
@@ -1,6 +1,6 @@
1
module github.com/flipped-aurora/gin-vue-admin
2
3
-go 1.15
+go 1.16
4
5
require (
6
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
0 commit comments