Skip to content

Commit abdfce0

Browse files
committed
ci: use the latest golang image
1 parent a536635 commit abdfce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test-go:
77
name: Build and test Go code
88
runs-on: ubuntu-latest
9-
container: golang:1.22-alpine
9+
container: golang:alpine
1010

1111
steps:
1212
- name: Install dependencies

0 commit comments

Comments
 (0)