Skip to content

Commit 82b3ecd

Browse files
committed
fix go releaser version
1 parent 84388d3 commit 82b3ecd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: '1.26.1'
21+
go-version: '1.26.2'
2222

2323
- name: Run Tests
2424
working-directory: ./src
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v6
3838
with:
39-
go-version: '1.26.1'
39+
go-version: '1.26.2'
4040

4141
- name: Set up Docker Buildx
4242
uses: docker/setup-buildx-action@v4

0 commit comments

Comments
 (0)