Skip to content

Commit 2b9eefc

Browse files
Merge pull request #57 from aptlogica/develop
Update Golang version
2 parents 48607eb + fb94c8a commit 2b9eefc

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ permissions:
33
contents: read
44
on:
55
push:
6-
branches: [main, develop]
6+
branches: [main, master, develop]
77
pull_request:
88
jobs:
99
test:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CodeQL
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [main, master, develop]
66
pull_request:
7-
branches: [main, develop]
7+
branches: [main, master, develop]
88
schedule:
99
- cron: '25 14 * * 1'
1010

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
schedule:
66
- cron: '0 6 * * 1'
77
push:
8-
branches: [main, develop]
8+
branches: [main, master, develop]
99

1010
permissions:
1111
contents: read

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security - Trivy
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [main, master, develop]
66
pull_request:
77

88
permissions:

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.26.2-alpine@sha256:c2a1f7b2095d046ae14b286b18413a05bb82c9bca9b25fe7ff5efef0f0826166 AS builder
2+
FROM golang:1.26.5-alpine3.24 AS builder
33
RUN go version
44

55
WORKDIR /app

0 commit comments

Comments
 (0)