From 076ab8a121ea3c23ebce8c6b6fb24c19e21443a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AA=E3=82=A6=E3=82=B9?= Date: Sun, 31 Jul 2022 23:05:09 -0500 Subject: [PATCH] Update to Go 1.18 --- .github/workflows/release.yml | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a32d58d..4b9b530 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.18 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 diff --git a/go.mod b/go.mod index 3cbea00..feccf8f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mrusme/reader -go 1.17 +go 1.18 require ( github.com/JohannesKaufmann/html-to-markdown v1.3.5 @@ -10,6 +10,7 @@ require ( github.com/spf13/cobra v1.5.0 github.com/tinoquang/go-cloudflare-scraper v0.0.0-20200802120520-9158f3ffb9bf golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa + golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 ) require ( @@ -37,7 +38,6 @@ require ( github.com/yuin/goldmark v1.4.13 // indirect github.com/yuin/goldmark-emoji v1.0.1 // indirect golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect - golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 // indirect golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect golang.org/x/text v0.3.7 // indirect