Skip to content

Commit d141356

Browse files
Update go version in github action
1 parent d3d5247 commit d141356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go environment
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.22
26+
go-version: 1.24
2727

2828
- name: Checking compilation errors while generating image
2929
run: env GOOS=linux go build -o "sumologic-extension" "lambda-extensions/sumologic-extension.go"

lambda-extensions/sumoclient/sumoclient_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
func setupEnv() {
2121
_ = os.Setenv("SUMO_NUM_RETRIES", "3")
22-
_ = os.Setenv("SUMO_S3_BUCKET_NAME", "test-bucket-sumo-90")
22+
_ = os.Setenv("SUMO_S3_BUCKET_NAME", "test-bucket")
2323
_ = os.Setenv("SUMO_S3_BUCKET_REGION", "us-east-1")
2424
_ = os.Setenv("AWS_LAMBDA_FUNCTION_NAME", "himlambda")
2525
_ = os.Setenv("AWS_LAMBDA_FUNCTION_VERSION", "Latest$")

0 commit comments

Comments
 (0)