Commit b2965ea

mo khan <mo@mokhan.ca>
2022-03-21 23:33:01
chore: upgrade to golang 1.18 main
1 parent de4ccd6
Changed files (2)
.github
workflows
.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
go.mod
@@ -1,3 +1,3 @@
 module github.com/xlgmokha/http-server
 
-go 1.17
+go 1.18