Skip to content

Commit 0a894d5

Browse files
author
Lorenz Kästle
committed
Try to fix CI
1 parent ee325f7 commit 0a894d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Set up Go
15-
uses: actions/setup-go@v6
16-
1714
- name: Check out code into the Go module directory
1815
uses: actions/checkout@v6
16+
17+
- name: Set up Go
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version-file: 'go.mod'
2121

0 commit comments

Comments
 (0)