We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4a159 + 0da03be commit 0b889c0Copy full SHA for 0b889c0
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Go
26
uses: actions/setup-go@v1
27
with:
28
- go-version: '1.13.12'
+ go-version: '1.15'
29
30
- name: Set env
31
shell: bash
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
Vagrantfile
@@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
15
config.vm.provision "shell", inline: <<-SHELL
16
set -eux -o pipefail
17
# configuration
18
- GO_VERSION="1.13.12"
+ GO_VERSION="1.15"
19
20
# install gcc and Golang
21
dnf -y install gcc
0 commit comments