Skip to content

Commit

Permalink
chore: upgrade go, deps and tools (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman authored Oct 20, 2024
1 parent df4abde commit e8cd4cf
Show file tree
Hide file tree
Showing 12 changed files with 789 additions and 363 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ updates:
schedule:
interval: 'daily'
commit-message:
prefix: 'chore(ci):'
prefix: 'chore(ci)'
- package-ecosystem: 'gomod'
directory: '/'
schedule:
interval: 'daily'
commit-message:
prefix: 'chore(deps):'
prefix: 'chore(deps)'
open-pull-requests-limit: 10
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'daily'
commit-message:
prefix: 'chore(deps):'
prefix: 'chore(deps)'
4 changes: 2 additions & 2 deletions .github/workflows/CI&CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: master

env:
GO_VERSION: '1.22.4' # Also in Dockerfile.
GO_VERSION: '1.23.2' # Also in Dockerfile.

jobs:

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
if: env.COVERALLS_TOKEN
run: |
scripts/cover
.buildcache/bin/goveralls -coverprofile=cover.out -service=GitHub
.buildcache/bin/goveralls -coverprofile=.buildcache/cover.out -service=GitHub
build-and-release:
needs: test
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
# !name - include previously excluded path …
/.buildcache/
/bin/
/cover.out
Loading

0 comments on commit e8cd4cf

Please sign in to comment.