Skip to content

Commit

Permalink
Merge fa82ea4 into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alvintangz authored May 20, 2021
2 parents 9babf5d + fa82ea4 commit 82d1c6c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.15

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
if: ${{ !contains(github.event.head_commit.author.name, 'github-actions') }}
runs-on: ubuntu-latest
steps:
- name: Install Go v1.16
- name: Install Go v1.15
uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.15"

# Checkout the commit SHA that triggered the workflow
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on: [push, pull_request]
jobs:
test:
if: ${{ !contains(github.event.head_commit.author.name, 'github-actions') }}
# Run tests on multiple operating systems using Go v1.16
# Run tests on multiple operating systems using Go v1.15
strategy:
matrix:
go-version: [1.16]
go-version: [1.15]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div align="center">
<a href="https://golang.org/dl/">
<img src="https://img.shields.io/github/go-mod/go-version/Vaccine-Hunters-Canada/VaxFinder-admin-cli" alt="Go v1.16">
<img src="https://img.shields.io/github/go-mod/go-version/Vaccine-Hunters-Canada/VaxFinder-admin-cli" alt="Go v1.15">
</a>
<a href="https://goreportcard.com/report/github.com/Vaccine-Hunters-Canada/VaxFinder-admin-cli">
<img src="https://goreportcard.com/badge/github.com/Vaccine-Hunters-Canada/VaxFinder-admin-cli" alt="Go Report Card">
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module vf-admin

go 1.16
go 1.15

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down

0 comments on commit 82d1c6c

Please sign in to comment.