Skip to content

Commit f33cbfb

Browse files
update ci
1 parent 0fbca70 commit f33cbfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v5
1515

1616
- name: Setup Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v6
1818
with:
19-
go-version: 1.18
19+
go-version-file: "go.mod"
2020

2121
- name: Check that program builds
2222
run: go build

0 commit comments

Comments
 (0)