Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dimkr/tootik into user
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Feb 17, 2025
2 parents 28a4c26 + dfe7f75 commit dbda114
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
apt-get install -y --no-install-recommends ca-certificates gcc libc6-dev
- uses: actions/setup-go@v5
with:
go-version: '>=1.23.0'
go-version: '>=1.24.0'
- run: |
go generate ./migrations
go vet ./...
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, 2024 Dima Krasner
# Copyright 2023 - 2025 Dima Krasner
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23-alpine AS build
FROM golang:1.24-alpine AS build
RUN apk add --no-cache gcc musl-dev openssl
COPY go.mod /src/
COPY go.sum /src/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dimkr/tootik

go 1.23.5
go 1.24.0

require (
github.com/fsnotify/fsnotify v1.8.0
Expand Down

0 comments on commit dbda114

Please sign in to comment.