Skip to content

Commit ddcb15a

Browse files
committed
updating the go version in the github workflow
1 parent 5e4cd79 commit ddcb15a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.25'
23+
go-version: '1.26'
2424

2525
- name: Test
26-
run: docker compose -f docker-compose.${{ matrix.driver }}.yml run test
26+
run: docker compose -f docker-compose.${{ matrix.driver }}.yml run test

0 commit comments

Comments
 (0)