Merge pull request #192 from aykhans/chore/bump-versions

Bump versions
This commit is contained in:
2026-05-09 17:38:42 +04:00
committed by GitHub
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.26.2
go-version: 1.26.3
- name: go fix
run: |
go fix ./...
@@ -24,4 +24,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11.4
version: v2.12.2
+1 -1
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.2" >> $GITHUB_ENV
echo "GO_VERSION=1.26.3" >> $GITHUB_ENV
- name: Set up Go
if: github.event_name == 'release' || inputs.build_binaries
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.2
ARG GO_VERSION=1.26.3
FROM docker.io/library/golang:${GO_VERSION}-alpine AS builder
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3"
vars:
BIN_DIR: ./bin
GOLANGCI_LINT_VERSION: v2.11.4
GOLANGCI_LINT_VERSION: v2.12.2
GOLANGCI: "{{.BIN_DIR}}/golangci-lint-{{.GOLANGCI_LINT_VERSION}}"
tasks:
@@ -74,7 +74,7 @@ tasks:
- test -f {{.GOLANGCI}}
cmds:
- rm -f {{.GOLANGCI}}
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b {{.BIN_DIR}} {{.GOLANGCI_LINT_VERSION}}
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b {{.BIN_DIR}} {{.GOLANGCI_LINT_VERSION}}
- mv {{.BIN_DIR}}/golangci-lint {{.GOLANGCI}}
docker-build:
+1 -1
View File
@@ -1,6 +1,6 @@
module go.aykhans.me/sarin
go 1.26.2
go 1.26.3
require (
github.com/brianvoe/gofakeit/v7 v7.14.1