8000 ci: update Go and Staticcheck versions · fatih/color@51a7bbf · GitHub
[go: up one dir, main page]

Skip to content

Commit 51a7bbf

Browse files
committed
ci: update Go and Staticcheck versions
Signed-off-by: Fatih Arslan <ftharsln@gmail.com>
1 parent 799c49c commit 51a7bbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: build
22
on:
33
push:
44
branches:
5-
- master
65
- main
76
pull_request:
87

@@ -15,7 +14,7 @@ jobs:
1514
- name: Set up Go
1615
uses: actions/setup-go@v5
1716
with:
18-
go-version: '>=1.20.0'
17+
go-version: '>=1.22.0'
1918

2019
- name: Check out code into the Go module directory
2120
uses: actions/checkout@v4
@@ -42,7 +41,7 @@ jobs:
4241
- name: Staticcheck
4342
uses: dominikh/staticcheck-action@v1.3.0
4443
with:
45-
version: "2023.1.2"
44+
version: "2023.1.7"
4645
install-go: false
4746

4847
- name: Build

0 commit comments

Comments
 (0)
0