Skip to content

Commit

Permalink
Fix go version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
msuozzo authored and elazarl committed Jul 26, 2024
1 parent 24b5019 commit 8b0c205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.18
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elazarl/goproxy

go 1.23
go 1.18

require (
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2
Expand Down

0 comments on commit 8b0c205

Please sign in to comment.