summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c42e4e7..c955814 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
- go-version: 1.17
+ go-version: 1.18
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
diff --git a/go.mod b/go.mod
index 68c4a70..8ef78d4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module github.com/xlgmokha/http-server
-go 1.17
+go 1.18