Skip to content

Commit 7d889c0

Browse files
committed
Make Go 1.23 as min required version
1 parent d1fa5ff commit 7d889c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Go
1010
uses: actions/setup-go@v2
1111
with:
12-
go-version: 1.20.x
12+
go-version: 1.23.x
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515
- name: Get tag

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.18.x, 1.19.x, 1.20.x]
7+
go-version: [1.23.x, 1.24.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/amalfra/oexec/v3
22

3-
go 1.18
3+
go 1.23.0

0 commit comments

Comments
 (0)