Skip to content

Commit e00fbcd

Browse files
committed
lint: go version
1 parent 623d6e4 commit e00fbcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
name: Auto triggered CI job
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Set up Go 1.19
8+
- name: Set up Go 1.21
99
uses: actions/setup-go@v3
1010
with:
11-
go-version: 1.19
11+
go-version: 1.21
1212
id: go
1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)