Skip to content

Commit 1ae7bd9

Browse files
committed
update CI actions
1 parent f48a441 commit 1ae7bd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/go.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
strategy:
1717
matrix:
1818
go:
19-
#- '1.25' Rel: 2025-08
20-
- '1.24' # Rel: 2025-02
21-
- '1.23' # Rel: 2024-08
19+
# - '1.26' # Rel: 2026-02
20+
- '1.25'
21+
- '1.24'
2222
# Only keep 2 per: https://go.dev/doc/devel/release
2323
name: Go ${{ matrix.go }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
repository: getargv/getargv
2828
path: getargv
@@ -33,11 +33,11 @@ jobs:
3333
- name: Install libgetargv
3434
run: sudo make install_dylib
3535
working-directory: getargv
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
path: getargv.go
3939
- name: Set up Go
40-
uses: actions/setup-go@v5
40+
uses: actions/setup-go@v6
4141
with:
4242
go-version: ${{ matrix.go }}
4343
check-latest: true
@@ -52,7 +52,7 @@ jobs:
5252
permissions:
5353
contents: write
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656
with:
5757
fetch-tags: true
5858
fetch-depth: 0 # until https://github.com/actions/checkout/issues/1471 fixed

0 commit comments

Comments
 (0)