Skip to content
Merged

Minio #110

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
services:
minio:
image: docker.io/bitnami/minio:2023
image: bitnamilegacy/minio:latest
env:
MINIO_ROOT_USER: username
MINIO_ROOT_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
minio:
image: docker.io/bitnami/minio:2023
image: bitnamilegacy/minio:latest
ports:
- '9010:9000'
- '9011:9001'
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
with nixpkgs; mkShell {
buildInputs = [
air
go
go_1_24
golint
gopls
sqlite
Expand Down