Skip to content

Commit 057b988

Browse files
authored
Update readme.yml
1 parent f765337 commit 057b988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main # Change this to your default branch
77
paths-ignore:
8-
- '**[skip ci]**'
8+
99

1010
jobs:
1111
run_go:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.21.5 # Specify the Go version you need
21+
go-version: 1.23.3 # Specify the Go version you need
2222

2323
- name: Generate readmes
2424
run: |
@@ -31,4 +31,4 @@ jobs:
3131
git config --local user.name "GitHub Actions"
3232
git add .
3333
git commit -m "[skip ci] Reconstruct READMEs"
34-
git push
34+
git push

0 commit comments

Comments
 (0)