Skip to content

Commit 001f086

Browse files
committed
upgrade go 1.18 to 1.21
1 parent a4610ba commit 001f086

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.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@v3
2020
with:
21-
go-version: 1.18
21+
go-version: 1.21
2222

2323
- name: Build
2424
run: go build -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: 1.18
17+
go-version: 1.21
1818

1919
- name: GoReleaser Action
2020
uses: goreleaser/goreleaser-action@v2.9.1

0 commit comments

Comments
 (0)