Skip to content

Commit

Permalink
Merge pull request #580 from strukturag/deprecate-golang-1.19
Browse files Browse the repository at this point in the history
No longer support Golang 1.19.
  • Loading branch information
fancycode authored Oct 26, 2023
2 parents 0936d40 + 3f30271 commit 9ef8cbe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -71,7 +70,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
strategy:
matrix:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ information on the API of the signaling server.
The following tools are required for building the signaling server.

- git
- go >= 1.19
- go >= 1.20
- make
- protobuf-compiler >= 3

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/strukturag/nextcloud-spreed-signaling

go 1.19
go 1.20

require (
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
Expand Down

0 comments on commit 9ef8cbe

Please sign in to comment.