Skip to content

Commit 3228f5a

Browse files
committed
ci: update dependencies
1 parent d080a5b commit 3228f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: '>=1.18.0'
18+
go-version: '>=1.20.0'
1919

2020
- name: Check out code into the Go module directory
2121
uses: actions/checkout@v3
@@ -42,7 +42,7 @@ jobs:
4242
- name: Staticcheck
4343
uses: dominikh/[email protected]
4444
with:
45-
version: "2022.1.2"
45+
version: "2023.1.2"
4646
install-go: false
4747

4848
- name: Build

0 commit comments

Comments
 (0)