chore: bump Go version from 1.26.1 to 1.26.2

This commit is contained in:
2026-04-18 06:26:48 +04:00
parent 475dda98ff
commit e0db4df17a
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -35,7 +35,7 @@ jobs:
run: |
echo "VERSION=$(git describe --tags --always)" >> $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
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

2
go.mod
View File

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