aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-19 01:14:44 +0200
committerGitHub <noreply@github.com>2020-04-19 01:14:44 +0200
commitd3c00e7a682ad0c482582a2faf1deb47e8c64bd2 (patch)
treec554fddd0f0b32af3986f1f382fa03d3a795a020 /.github/workflows/go.yml
parent082888dead2bfad2d044feb68add2a3600ef9023 (diff)
downloadfeed2imap-go-d3c00e7a682ad0c482582a2faf1deb47e8c64bd2.tar.gz
feed2imap-go-d3c00e7a682ad0c482582a2faf1deb47e8c64bd2.tar.bz2
feed2imap-go-d3c00e7a682ad0c482582a2faf1deb47e8c64bd2.zip
Increase go-version to 1.14
Diffstat (limited to '')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 4ddaba8..3f92c8d 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: Set up Go 1.13
+ - name: Set up Go 1.14
uses: actions/setup-go@v1
with:
- go-version: 1.13
+ go-version: 1.14
id: go
- name: Check out code into the Go module directory
© 'Necoro' Neumann1-0/+1 2013-10-16Allow @templated to be called raw, i.e. w/o ()RenĂ© 'Necoro' Neumann5-10/+20 2013-10-16Category names do not need to be uniqueRenĂ© 'Necoro' Neumann1-1/+1 2013-10-16Forgot two places where to show flashes on validation errorsRenĂ© 'Necoro' Neumann2-3/+3 2013-10-16Do not print 'logout' menu when not logged inRenĂ© 'Necoro' Neumann2-4/+6 2013-10-16Check user's authorisation when loading entries by ID.RenĂ© 'Necoro' Neumann4-6/+43 2013-10-16Print username or description in titleRenĂ© 'Necoro' Neumann3-2/+5 2013-10-15QuotestyleRenĂ© 'Necoro' Neumann11-86/+88 2013-10-15Flash on error in all formsRenĂ© 'Necoro' Neumann2-5/+21 2013-10-15Streamline CSSRenĂ© 'Necoro' Neumann2-77/+24 2013-10-15Margin for buttons in formsRenĂ© 'Necoro' Neumann1-0/+3 2013-10-15Support flashingRenĂ© 'Necoro' Neumann5-2/+34 2013-10-15Moved user implementation from model to loginRenĂ© 'Necoro' Neumann3-28/+13 2013-10-15Nicer organised importsRenĂ© 'Necoro' Neumann6-24/+40 2013-10-14Finish login stuffRenĂ© 'Necoro' Neumann11-29/+143 2013-10-14More model tuningRenĂ© 'Necoro' Neumann1-3/+3 2013-10-14Add User to modelRenĂ© 'Necoro' Neumann1-8/+25 2013-09-30Add first API stuff -- SingleExpense and CategoryRenĂ© 'Necoro' Neumann2-1/+13 2013-09-30Force python2RenĂ© 'Necoro' Neumann1-1/+1 2013-09-24More margin at the bottom for expense listingRenĂ© 'Necoro' Neumann1-1/+1 2013-09-24Better pie formattingRenĂ© 'Necoro' Neumann3-6/+8 2013-09-24Increase width of page to 760pxRenĂ© 'Necoro' Neumann3-8/+9 2013-09-16typoRenĂ© 'Necoro' Neumann1-1/+1 2013-09-15Fix display of one monthRenĂ© 'Necoro' Neumann1-2/+2 2013-09-14Draw pies using highcharts JS-libRenĂ© 'Necoro' Neumann5-20/+99