We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be19e2 commit 0603802Copy full SHA for 0603802
.github/workflows/build.yml
@@ -2,10 +2,10 @@ name: Build
2
on:
3
push:
4
branches:
5
- - 'master'
+ - "master"
6
pull_request:
7
8
- - '*'
+ - "*"
9
jobs:
10
build:
11
strategy:
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
- uses: actions/setup-go@v2
19
with:
20
- go-version: '^1.15.0'
+ go-version: "^1.16.0"
21
- run: go mod tidy
22
- name: Build & Test
23
run: |
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
12
13
14
15
- name: Release via goreleaser
16
uses: goreleaser/goreleaser-action@master
0 commit comments