Skip to content

Commit 0b889c0

Browse files
authored
Merge pull request #171 from thaJeztah/bump_go_1.14
CI: test against Go 1.15
2 parents da4a159 + 0da03be commit 0b889c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v1
2727
with:
28-
go-version: '1.13.12'
28+
go-version: '1.15'
2929

3030
- name: Set env
3131
shell: bash
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install Go
9191
uses: actions/setup-go@v1
9292
with:
93-
go-version: '1.13.12'
93+
go-version: '1.15'
9494

9595
- name: Set env
9696
shell: bash

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
1515
config.vm.provision "shell", inline: <<-SHELL
1616
set -eux -o pipefail
1717
# configuration
18-
GO_VERSION="1.13.12"
18+
GO_VERSION="1.15"
1919
2020
# install gcc and Golang
2121
dnf -y install gcc

0 commit comments

Comments
 (0)