diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-22 15:41:29 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-22 15:41:29 +0200 |
commit | 1e57a00c41035b7c3a1c4c5f230281b7461d90a5 (patch) | |
tree | 127f9f8669a64fa3e958d7cb418465eecde5bd46 /.github/workflows | |
parent | fbdbf9701d2e6fa49da9d868a402c2281f5f9eeb (diff) | |
download | feed2imap-go-1e57a00c41035b7c3a1c4c5f230281b7461d90a5.tar.gz feed2imap-go-1e57a00c41035b7c3a1c4c5f230281b7461d90a5.tar.bz2 feed2imap-go-1e57a00c41035b7c3a1c4c5f230281b7461d90a5.zip |
One more place to update the Go version
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release.yml | 4 |
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 |