Merge pull request #191 from aykhans/chore/bump-go

chore: bump Go version from 1.26.1 to 1.26.2
This commit is contained in:
2026-04-18 06:28:46 +04:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-go@v6 - uses: actions/setup-go@v6
with: with:
go-version: 1.26.1 go-version: 1.26.2
- name: go fix - name: go fix
run: | run: |
go fix ./... go fix ./...

View File

@@ -35,7 +35,7 @@ jobs:
run: | run: |
echo "VERSION=$(git describe --tags --always)" >> $GITHUB_ENV echo "VERSION=$(git describe --tags --always)" >> $GITHUB_ENV
echo "GIT_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV echo "GIT_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
echo "GO_VERSION=1.26.1" >> $GITHUB_ENV echo "GO_VERSION=1.26.2" >> $GITHUB_ENV
- name: Set up Go - name: Set up Go
if: github.event_name == 'release' || inputs.build_binaries if: github.event_name == 'release' || inputs.build_binaries

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.1 ARG GO_VERSION=1.26.2
FROM docker.io/library/golang:${GO_VERSION}-alpine AS builder FROM docker.io/library/golang:${GO_VERSION}-alpine AS builder

2
go.mod
View File

@@ -1,6 +1,6 @@
module go.aykhans.me/sarin module go.aykhans.me/sarin
go 1.26.1 go 1.26.2
require ( require (
github.com/brianvoe/gofakeit/v7 v7.14.1 github.com/brianvoe/gofakeit/v7 v7.14.1