chore(deps): update dependencies
All checks were successful
/ publish (push) Successful in 9s
/ test (push) Successful in 9s
/ deploy (push) Successful in 9s
/ build (push) Successful in 22s

This commit is contained in:
Julien Dessaux 2025-04-07 09:23:46 +02:00
parent 8ae98ee7c2
commit 2fb5e2a4cc
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 16 additions and 7 deletions

View file

@ -34,7 +34,8 @@ jobs:
make build
env:
GIT_CRYPT_SECRET: '${{ secrets.GIT_CRYPT }}'
- uses: 'actions/upload-artifact@v3'
#- uses: 'actions/upload-artifact@v4'
- uses: 'forgejo/upload-artifact@v3'
with:
if-no-files-found: 'error'
name: 'ods'
@ -44,7 +45,8 @@ jobs:
- 'build'
runs-on: 'self-hosted'
steps:
- uses: 'actions/download-artifact@v3'
#- uses: 'actions/download-artifact@v4'
- uses: 'forgejo/download-artifact@v3'
with:
name: 'ods'
- run: |
@ -60,7 +62,8 @@ jobs:
- 'build'
runs-on: 'self-hosted'
steps:
- uses: 'actions/download-artifact@v3'
#- uses: 'actions/download-artifact@v4'
- uses: 'forgejo/download-artifact@v3'
with:
name: 'ods'
- uses: 'actions/forgejo-release@v2'

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## 1.0.1 - 2024-04-07
### Changed
- Upgrade dependencies.
## 1.0.0 - 2025-03-15
### Added

4
go.mod
View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/ods
go 1.24.1
go 1.24.2
require golang.org/x/text v0.23.0
require golang.org/x/text v0.24.0

4
go.sum
View file

@ -1,2 +1,2 @@
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=