aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 15:41:29 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 15:41:29 +0200
commit1e57a00c41035b7c3a1c4c5f230281b7461d90a5 (patch)
tree127f9f8669a64fa3e958d7cb418465eecde5bd46 /.github/workflows
parentfbdbf9701d2e6fa49da9d868a402c2281f5f9eeb (diff)
downloadfeed2imap-go-1e57a00c41035b7c3a1c4c5f230281b7461d90a5.tar.gz
feed2imap-go-1e57a00c41035b7c3a1c4c5f230281b7461d90a5.tar.bz2
feed2imap-go-1e57a00c41035b7c3a1c4c5f230281b7461d90a5.zip
One more place to update the Go version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5d61a3c..87a9587 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: Set up Go 1.14
+ - name: Set up Go 1.15
uses: actions/setup-go@v1
with:
- go-version: 1.14
+ go-version: 1.15
id: go
- name: Checkout
layerLars Hjemli3-14/+31 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 2006-12-10Add caching infrastructureLars Hjemli9-28/+353