Skip to content

Commit 91919b0

Browse files
committed
Merge branch 'main' of github.com:ListenNotes/podcast-api-go
2 parents 9a70b42 + 798228e commit 91919b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.18
19+
go-version: 1.24
2020
- name: Install dependencies
2121
run: |
2222
go version

0 commit comments

Comments
 (0)