aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.yml4
-rw-r--r--.github/workflows/release.yml4
-rw-r--r--go.mod2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index bfde1e5..33ec458 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.19
+ - name: Set up Go 1.20
uses: actions/setup-go@v4
with:
- go-version: 1.19
+ go-version: 1.20
id: go
- name: Checkout
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1849a05..86195d1 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.19
+ - name: Set up Go 1.20
uses: actions/setup-go@v4
with:
- go-version: 1.19
+ go-version: 1.20
id: go
- name: Checkout
diff --git a/go.mod b/go.mod
index 5a3548d..267cee1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/Necoro/feed2imap-go
-go 1.19
+go 1.20
require (
github.com/Necoro/gofeed v1.2.2-0.20230305145438-f7a233d95a2f