Skip to content

Commit 82515c6

Browse files
Merge pull request #81 from UnitVectorY-Labs/repver/go-v1.26.2
Update Go version to 1.26.2
2 parents 6092982 + 4dc1ab3 commit 82515c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2424
with:
25-
go-version: '1.26.1' # GOVERSION
25+
go-version: '1.26.2' # GOVERSION
2626

2727
- name: Cache Go modules
2828
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Golang image for building the application
2-
FROM golang:1.26.1 AS builder
2+
FROM golang:1.26.2 AS builder
33

44
# Set the working directory inside the container
55
WORKDIR /app

0 commit comments

Comments
 (0)