Skip to content

Commit e816233

Browse files
committed
fix go version in actions
1 parent b60ce2a commit e816233

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.18
24+
go-version: 1.19
2525

2626
- uses: actions/checkout@v3
2727

Diff for: .github/workflows/goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Set up Go
1717
uses: actions/setup-go@v3
18+
with:
19+
go-version: 1.19
1820

1921
- name: Run GoReleaser
2022
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)