Skip to content

Commit afaa3cd

Browse files
committed
ci(release): bump go version for relase and modular-docs
1 parent 3e5bd18 commit afaa3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/modular-docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.16.x
20+
go-version: 1.18.x
2121
- run: make generate-downstream-docs
2222
name: Generate generate-downstream-docs
2323
- name: Deploy

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.16.x
21+
go-version: 1.18.x
2222

2323
- name: Check tag
2424
id: check-tag

0 commit comments

Comments
 (0)