Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.19.3
uses: actions/setup-go@v4
with:
go-version: 1.19.3
go-version: 1.25.5

- name: Install GEOS
run: sudo apt update && sudo apt -y install libgeos++-dev libgeos-3.8.0 libgeos-c1v5 libgeos-dev libgeos-doc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Go 1.19.3
uses: actions/setup-go@v4
with:
go-version: 1.19.3
go-version: 1.25.5

- name: Install GEOS with apt
run: sudo apt update && sudo apt -y install libgeos++-dev libgeos-3.8.0 libgeos-c1v5 libgeos-dev libgeos-doc
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Set up Go 1.19.3
uses: actions/setup-go@v4
with:
go-version: 1.19.3
go-version: 1.25.5

- name: Install GEOS with Homebrew
run: brew install geos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.19.3
uses: actions/setup-go@v4
with:
go-version: 1.19.3
go-version: 1.25.5

- name: Install GEOS
run: sudo apt update && sudo apt -y install libgeos++-dev libgeos-3.8.0 libgeos-c1v5 libgeos-dev libgeos-doc
Expand Down
Loading