File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments