Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
Merged
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
support last 4 Golang versions
  • Loading branch information
aler9 committed Mar 2, 2025
commit c0831e3895feaf122c224e655b2b52ae165e6e75
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.22", "1.23", "1.24"]
go: ["1.21", "1.22", "1.23", "1.24"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Features:

## Installation

1. Install Go ≥ 1.22.
1. Install Go ≥ 1.21.

2. Create an empty folder, open a terminal in it and initialize the Go modules system:

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/bluenviron/goroslib/v2

go 1.22.0
go 1.21.0

require (
github.com/alecthomas/kong v1.8.1
Expand Down