Skip to content

Commit

Permalink
try 1.15.x?
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Nov 13, 2020
1 parent 7e7660b commit b19b390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with: { go-version: ^1.15 }
with: { go-version: "^1.15.x" }
- uses: actions/checkout@v2
- name: build
run: make build
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with: { go-version: ^1.15 }
with: { go-version: "^1.15.x" }
- uses: actions/checkout@v2
with: { fetch-depth: 0 }
- name: build
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
with:
name: lrstanley/links
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit b19b390

Please sign in to comment.