actions: updated go version to 1.15

Needed to compile the daemon with latest nftables lib version.
This commit is contained in:
Gustavo Iñiguez Goia 2022-02-18 00:33:26 +01:00
parent 1f79b3a8fd
commit 51c5cd53da

View file

@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.15
id: go
- name: Check out code into the Go module directory