Skip to content

Commit 8e705aa

Browse files
author
bump
committed
Update github-go-version to 1.20.6 from 1.20.5
1 parent d15a41f commit 8e705aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: "1.20.5"
18+
go-version: "1.20.6"
1919
- uses: actions/checkout@v3
2020
- uses: golangci/golangci-lint-action@v3
2121
with:
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v3
4848
- uses: actions/setup-go@v3
4949
with:
50-
go-version: "1.20.5"
50+
go-version: "1.20.6"
5151
- name: Test
5252
env:
5353
GOARCH: ${{ matrix.goarch }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: "1.20.5"
18+
go-version: "1.20.6"
1919
- uses: goreleaser/goreleaser-action@v2
2020
with:
2121
distribution: goreleaser

0 commit comments

Comments
 (0)