diff options
| author | mo khan <mo@mokhan.ca> | 2022-03-21 17:33:01 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-03-21 17:33:01 -0600 |
| commit | b2965ea8d547cb76a5fe2627701a8afbede518d6 (patch) | |
| tree | 8a4e9e3c65bd5ea02a0e49367d738c4324f9f205 | |
| parent | de4ccd6b73eb5ea97c7c8a2bb1361494c358ead0 (diff) | |
chore: upgrade to golang 1.18main
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | go.mod | 2 |
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 @@ -1,3 +1,3 @@ module github.com/xlgmokha/http-server -go 1.17 +go 1.18 |
