Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
use go1.16 and ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfylling authored Mar 7, 2021
1 parent 7510e00 commit fb79ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: tests
jobs:
integration-tests:
name: Integration tests & code coverage
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: true
matrix:
go: ['1.15']
go: ['1.16']
steps:
- name: Setup Go
uses: actions/setup-go@v1
Expand Down

0 comments on commit fb79ea7

Please sign in to comment.