 Dmitry VerkhoturovandUmputun
|
c42511d5a1
|
Fix cache-dependency-path for actions/setup-go caching to work, fix CI files path
|
2024-11-10 17:25:16 -06:00 |
|
 Dmitry VerkhoturovandUmputun
|
7604548035
|
Update go to 1.23, golangci-lint to 1.61, baseimage to 1.14
|
2024-11-08 16:19:58 -06:00 |
|
 dependabot[bot]andUmputun
|
3c110eb0ec
|
Bump the github-actions-updates group with 5 updates
Bumps the github-actions-updates group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3` | `6` |
| [pnpm/action-setup](https://github.com/pnpm/action-setup) | `2.4.0` | `4.0.0` |
| [actions/cache](https://github.com/actions/cache) | `3` | `4` |
| [andresz1/size-limit-action](https://github.com/andresz1/size-limit-action) | `7313b26c76b3666c1dc41e2ca05370e201a9b7de` | `94bc357df29c36c8f8d50ea497c3e225c3c95d1d` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `2` | `4` |
Updates `golangci/golangci-lint-action` from 3 to 6
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6)
Updates `pnpm/action-setup` from 2.4.0 to 4.0.0
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v2.4.0...v4.0.0)
Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)
Updates `andresz1/size-limit-action` from 7313b26c76b3666c1dc41e2ca05370e201a9b7de to 94bc357df29c36c8f8d50ea497c3e225c3c95d1d
- [Release notes](https://github.com/andresz1/size-limit-action/releases)
- [Commits](https://github.com/andresz1/size-limit-action/compare/7313b26c76b3666c1dc41e2ca05370e201a9b7de...94bc357df29c36c8f8d50ea497c3e225c3c95d1d)
Updates `actions/upload-artifact` from 2 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: andresz1/size-limit-action
dependency-type: direct:production
dependency-group: github-actions-updates
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-08 15:56:59 -06:00 |
|
 Dmitry VerkhoturovandUmputun
|
661f042cb4
|
pin golangci-lint version to latest available, fix reported errors
|
2024-05-09 22:32:00 -05:00 |
|
 Dmitry VerkhoturovandUmputun
|
884b5685eb
|
update docker images and github CI actions
|
2024-01-11 01:26:30 -06:00 |
|
Umputun
|
2093f4ece2
|
update go to 1.20, bump deps
|
2023-08-07 13:03:16 -05:00 |
|
 Dmitry VerkhoturovandUmputun
|
a03c002df4
|
bump golangci-lint to latest
|
2023-04-02 01:21:33 -05:00 |
|
 Dmitry VerkhoturovandUmputun
|
f5f287ef06
|
bump actions/setup-go to v3 to resolve node12 deprecation note
|
2022-11-13 12:00:54 -06:00 |
|
 Dmitry VerkhoturovandUmputun
|
0728b28856
|
bump golangci-lint, fix discovered problems
Also, improve the goveralls installation method.
|
2022-09-28 18:11:09 -05:00 |
|
 Dmitry VerkhoturovandUmputun
|
4b4c749756
|
remove mod=vendor from go build directives as it's no longer actual
It's a default in the presence of the vendor folder since Go 1.14,
https://go.dev/ref/mod
|
2022-07-27 22:09:14 -05:00 |
|
 Paul MineevandUmputun
|
3d1a3fd7cf
|
update ci workflows
|
2022-07-21 19:52:48 -05:00 |
|