Skip to content

Commit 5c8cf99

Browse files
committed
fix: upgrade githubb workflow to 1.22
1 parent 06fc8e8 commit 5c8cf99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: "1.21"
14+
go-version: "1.22"
1515
- name: lint
1616
run: |
1717
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: "1.21"
14+
go-version: "1.22"
1515
- name: Run testing
1616
run: go test -race -v ./...

0 commit comments

Comments
 (0)