Skip to content

Commit

Permalink
ci: bump go, goreleaser and codecov orb (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Apr 24, 2024
1 parent 58d0d96 commit 7fa5a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# The Lifted Initiative
version: 2.1

GO_VERSION: &go_version '1.22.1'
GORELEASER_VERSION: &goreleaser_version 'v1.24.0'
GO_VERSION: &go_version '1.22.2'
GORELEASER_VERSION: &goreleaser_version 'v1.25.1'
GO_MOD_CACHE_KEY: &go_mod_cache_key 'go-mod-2'

orbs:
go: circleci/[email protected]
codecov: codecov/codecov@4.0.1
codecov: codecov/codecov@4.1.0

jobs:
build:
Expand Down

0 comments on commit 7fa5a6b

Please sign in to comment.