Compare commits
3 commits
main
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
33e2fab4a5 | |||
f1a2b382d7 | |||
ae537dcf2b |
2 changed files with 5 additions and 4 deletions
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- beta
|
||||||
- develop
|
- develop
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
@ -17,7 +18,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23.x'
|
go-version: '1.24.x'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Run go fmt and go vet
|
- name: Run go fmt and go vet
|
||||||
run: |
|
run: |
|
||||||
|
@ -33,7 +34,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23.x'
|
go-version: '1.24.x'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Run tests and generate coverage report
|
- name: Run tests and generate coverage report
|
||||||
run: |
|
run: |
|
||||||
|
@ -70,7 +71,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23.x'
|
go-version: '1.24.x'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Set environment variables
|
- name: Set environment variables
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>martinr92/renovate//configs/base"
|
"local>ci/renovate//configs/base"
|
||||||
],
|
],
|
||||||
"baseBranches": [
|
"baseBranches": [
|
||||||
"develop"
|
"develop"
|
||||||
|
|
Loading…
Add table
Reference in a new issue