Skip to content

Commit 9ee0723

Browse files
author
SqlRush
committed
Update Go CI actions
1 parent 047e2fa commit 9ee0723

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@v6
1717
with:
1818
go-version-file: go.mod
19-
cache: true
2019

2120
- name: Check formatting
2221
run: |

0 commit comments

Comments
 (0)