Skip to content

Commit 91d98ec

Browse files
committed
Update minimal required version of Go
1 parent 002072f commit 91d98ec

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
go: [ '1.22.x', '1.23.x' ]
18+
go: [ '1.23.x', '1.24.x' ]
1919

2020
steps:
2121
- name: Checkout
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v5
4747
with:
48-
go-version: '1.22.x'
48+
go-version: '1.23.x'
4949

5050
- name: Download dependencies
5151
run: make deps

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#### From source
2727

28-
To build the SSLScan Client from scratch, make sure you have a working Go [1.22+](https://github.com/essentialkaos/.github/blob/master/GO-VERSION-SUPPORT.md) workspace ([instructions](https://go.dev/doc/install)), then:
28+
To build the SSLScan Client from scratch, make sure you have a working Go [1.23+](https://github.com/essentialkaos/.github/blob/master/GO-VERSION-SUPPORT.md) workspace ([instructions](https://go.dev/doc/install)), then:
2929

3030
```
3131
go install github.com/essentialkaos/sslcli/v3@latest

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/essentialkaos/sslcli/v3
22

3-
go 1.22.8
3+
go 1.23.6
4+
45
require (
56
github.com/essentialkaos/ek/v13 v13.18.0
67
github.com/essentialkaos/sslscan/v14 v14.1.1

0 commit comments

Comments
 (0)