gotosocial/internal/media
tobi 03d7c75ebf
[chore] Update Go version to 1.18 (#444)
* linting with new golangci-lint version

* update go to 1.18

* bump versions in drone.yml

* use new runtime/debug package for version info

* remove Commit build flag from goreleaser

* remove mock commit + version from build script

* go fmt

* add dummy version env flag to test container

* install git in golang container for testing

* only set versionString if Version is defined
2022-04-02 15:40:09 +02:00
..
test test the media manager a bit, add shutdown logic 2022-01-10 18:36:09 +01:00
image.go [bugfix] Fix images not being processed correctly sometimes (#437) 2022-03-21 19:46:51 +01:00
manager.go [chore] Update Go version to 1.18 (#444) 2022-04-02 15:40:09 +02:00
manager_test.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
media_test.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
processingemoji.go [bugfix] Close ReadClosers properly in the media package (#434) 2022-03-21 13:41:44 +01:00
processingmedia.go [bugfix] Fix media uploads blocking after a failed upload #438 2022-03-22 12:42:34 +01:00
pruneremote.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
pruneremote_test.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
types.go [feature] Add postDataCallbackFunc to allow cleanup (#408) 2022-02-22 13:50:33 +01:00
util.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00