Skip to content

Commit

Permalink
fix: bump Go dep to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jun 22, 2022
1 parent 3756070 commit d686482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
go-version: [~1.12, ^1]
go-version: [~1.15, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit d686482

Please sign in to comment.