Skip to content

Commit 09f63c3

Browse files
vikaxshhash-data
andauthored
chore: patch in v0.2.9 (#609)
Co-authored-by: Ankit Sharma <[email protected]>
1 parent 60799a9 commit 09f63c3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/golang-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-go@v3
2323
with:
2424
check-latest: "true"
25-
go-version: "1.23.x"
25+
go-version: "1.24.x"
2626
- name: golangci-lint
2727
uses: golangci/golangci-lint-action@v3
2828
with:
@@ -36,6 +36,6 @@ jobs:
3636
- uses: actions/setup-go@v3
3737
with:
3838
check-latest: "true"
39-
go-version: "1.23.x"
39+
go-version: "1.24.x"
4040
- name: Run build
4141
run: make build

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v4
2929
with:
30-
go-version: '1.23.2'
30+
go-version: '1.24.x'
3131

3232
- name: Set up Java for Maven
3333
uses: actions/setup-java@v3

.github/workflows/performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@v4
3939
with:
40-
go-version: '1.23.2'
40+
go-version: '1.24.2'
4141

4242
- name: Set up Java for Maven
4343
uses: actions/setup-java@v3

.github/workflows/security-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/setup-go@v3
4444
with:
4545
check-latest: "true"
46-
go-version: "1.23.x"
46+
go-version: "1.24.x"
4747
- name: install gosec
4848
run: curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
4949
- name: Run Gosec Security Scanner

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build Stage
2-
FROM golang:1.23-alpine AS base
2+
FROM golang:1.24-alpine AS base
33

44
WORKDIR /home/app
55
COPY . .

0 commit comments

Comments
 (0)