Try switching base image

This commit is contained in:
2021-07-30 23:25:38 +02:00
parent 8c01e57df2
commit e76afba2d4

View File

@@ -8,16 +8,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: golang-1.17rc1-buster
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: 1.17rc1
- name: Build
run: go build -v ./...