aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-04-24 18:52:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-04-24 18:52:53 +0200
commit7822c9d443458ae9d1d9d678e279bfc516da7a8f (patch)
tree19b85fdf8e65300fa1c64b104dddddc4024a0ef4 /.github
parent715160f556991518f050dee3dcaaea338bb1c9c1 (diff)
downloadfeed2imap-go-7822c9d443458ae9d1d9d678e279bfc516da7a8f.tar.gz
feed2imap-go-7822c9d443458ae9d1d9d678e279bfc516da7a8f.tar.bz2
feed2imap-go-7822c9d443458ae9d1d9d678e279bfc516da7a8f.zip
Upgrade to Go 1.18
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml4
-rw-r--r--.github/workflows/release.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 2507938..0ff0613 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.17
+ - name: Set up Go 1.18
uses: actions/setup-go@v3
with:
- go-version: 1.17
+ go-version: 1.18
id: go
- name: Checkout
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 404ff04..6c599b2 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.17
+ - name: Set up Go 1.18
uses: actions/setup-go@v3
with:
- go-version: 1.17
+ go-version: 1.18
id: go
- name: Checkout