Skip to content

Commit b13f455

Browse files
Merge pull request #82 from sashamelentyev/ci/bump-go-version
ci: bump go version
2 parents 4f5eee6 + 8b95e1e commit b13f455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.19
20+
go-version: 1.19.1
2121

2222
- name: Go Format
2323
run: gofmt -s -w . && git diff --exit-code

0 commit comments

Comments
 (0)