Skip to content

Commit 76befe1

Browse files
authored
Merge pull request #33 from ncode/renovate/go-1.x
chore(deps): update dependency go to 1.26
2 parents 2ef3e70 + cc710d8 commit 76befe1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v6
1313
with:
14-
go-version: '1.25'
14+
go-version: '1.26'
1515
- name: Run unit tests with coverage
1616
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v6
3838
- uses: actions/setup-go@v6
3939
with:
40-
go-version: '1.25'
40+
go-version: '1.26'
4141
- name: Wait for Consul
4242
run: |
4343
until curl -s http://localhost:8500/v1/status/leader | grep -q .; do

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: '1.25'
22+
go-version: '1.26'
2323

2424
- name: Build
2525
run: go build -v ./...

0 commit comments

Comments
 (0)