We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d5247 commit d141356Copy full SHA for d141356
2 files changed
.github/workflows/unittest.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Go environment
24
uses: actions/setup-go@v5
25
with:
26
- go-version: 1.22
+ go-version: 1.24
27
28
- name: Checking compilation errors while generating image
29
run: env GOOS=linux go build -o "sumologic-extension" "lambda-extensions/sumologic-extension.go"
lambda-extensions/sumoclient/sumoclient_test.go
@@ -19,7 +19,7 @@ import (
19
20
func setupEnv() {
21
_ = os.Setenv("SUMO_NUM_RETRIES", "3")
22
- _ = os.Setenv("SUMO_S3_BUCKET_NAME", "test-bucket-sumo-90")
+ _ = os.Setenv("SUMO_S3_BUCKET_NAME", "test-bucket")
_ = os.Setenv("SUMO_S3_BUCKET_REGION", "us-east-1")
_ = os.Setenv("AWS_LAMBDA_FUNCTION_NAME", "himlambda")
_ = os.Setenv("AWS_LAMBDA_FUNCTION_VERSION", "Latest$")
0 commit comments