Skip to content

Commit

Permalink
Use Ubuntu 18.04 for CI to keep Go 1.11/1.12/1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Nov 30, 2020
1 parent 7e43ee1 commit d88de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
go:
Expand Down

0 comments on commit d88de72

Please sign in to comment.