diff options
| author | Christine Dodrill <me@christine.website> | 2020-02-29 16:05:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-29 16:05:00 -0500 |
| commit | 1da6129332d63ac04767900868b0e1d03219acca (patch) | |
| tree | 3d0e03d9a986b33a176a5eb5a08825c3a7b676e6 /.github | |
| parent | 6adc88b1ff03482030b919b6b7a4bfb03079413f (diff) | |
| download | xesite-1da6129332d63ac04767900868b0e1d03219acca.tar.xz xesite-1da6129332d63ac04767900868b0e1d03219acca.zip | |
Patron page (#122)
* implement /patrons
* bump go to 1.14
* go mod tidy
* bump go in github actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d2cfb0f..10979a8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,10 +5,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.12 + - name: Set up Go 1.14 uses: actions/setup-go@v1 with: - go-version: 1.12 + go-version: 1.14 id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 |
