Skip to content

Commit de2dc07

Browse files
[updatecli] Bump Golang version to 1.20.6 (updatecli#1414)
* chore: Bump Golang version to 1.20.6 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <me@olblak.com>
1 parent ef9ac0e commit de2dc07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.20.5
22+
go-version: 1.20.6
2323
id: go
2424
- name: Check out code into the Go module directory
2525
uses: actions/checkout@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: 1.20.5
28+
go-version: 1.20.6
2929
id: go
3030
- name: Install GoReleaser
3131
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)