Skip to content

Commit 9d74b98

Browse files
committed
update go version
1 parent fecae55 commit 9d74b98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@v6
2727
with:
28-
go-version: '1.26.1'
28+
go-version: '1.26.2'
2929

3030
- name: Create build folder
3131
run: mkdir -p build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@v6
3131
with:
32-
go-version: '1.26.1'
32+
go-version: '1.26.2'
3333

3434
- name: Get version
3535
run: echo "VERSION=$(awk '/^const Version/{gsub(/"/, "", $4); print $4}' splitio/version.go)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)