File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- # Template generated by https://github.com/coreos/repo-templates; do not edit downstream
2
+ name : release checklist
3
+ about : release checklist template
4
+ title : New release for stream-metadata-go
5
+ labels : jira,kind/release
6
+ warning : |
7
+ ⚠️ Template generated by https://github.com/coreos/repo-templates; do not edit downstream
3
8
---
4
9
5
10
Release checklist:
Original file line number Diff line number Diff line change 3
3
4
4
version : 2
5
5
updates :
6
+ - package-ecosystem : " github-actions"
7
+ directory : " /"
8
+ schedule :
9
+ interval : " weekly"
10
+ labels : ["skip-notes"]
11
+ open-pull-requests-limit : 3
6
12
- package-ecosystem : gomod
7
13
directory : /
8
14
schedule :
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
runs-on : ${{ matrix.os }}
31
31
steps :
32
32
- name : Set up Go 1.x
33
- uses : actions/setup-go@v4
33
+ uses : actions/setup-go@v5
34
34
with :
35
35
go-version : ${{ matrix.go-version }}
36
36
- name : Check out repository
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
- name : Check modules
39
39
run : go mod verify
40
40
- name : Build
44
44
shell : bash
45
45
run : make test
46
46
- name : Run linter
47
- uses : golangci/golangci-lint-action@v3
47
+ uses : golangci/golangci-lint-action@v6
48
48
if : runner.os == 'Linux'
49
49
with :
50
50
version : v1.61.0
You can’t perform that action at this time.
0 commit comments