We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fa5ff commit 7d889c0Copy full SHA for 7d889c0
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install Go
10
uses: actions/setup-go@v2
11
with:
12
- go-version: 1.20.x
+ go-version: 1.23.x
13
- name: Checkout code
14
uses: actions/checkout@v2
15
- name: Get tag
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.18.x, 1.19.x, 1.20.x]
+ go-version: [1.23.x, 1.24.x]
8
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
go.mod
@@ -1,3 +1,3 @@
1
module github.com/amalfra/oexec/v3
2
3
-go 1.18
+go 1.23.0
0 commit comments