Skip to content

Commit

Permalink
Merge pull request #99 from Financial-Times/feature/UPPSF-5570-remove…
Browse files Browse the repository at this point in the history
…-draft-flow-from-PAC-monitoring-part

Feature/uppsf 5570 remove draft flow from pac monitoring part
  • Loading branch information
tsvetko24 authored Sep 27, 2024
2 parents 85c07d2 + 6a47ff6 commit 8ff09a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
ft-golang-ci: financial-times/golang-ci@1
ft-golang-ci: financial-times/golang-ci@2

workflows:
tests_and_docker:
Expand All @@ -13,8 +13,3 @@ workflows:
name: build-docker-image
requires:
- build-and-test-project
snyk-scanning:
jobs:
- ft-golang-ci/scan:
name: scan-dependencies
context: cm-team-snyk
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Financial-Times/upp-aggregate-healthcheck

go 1.22.0
go 1.23

require (
github.com/Financial-Times/go-fthealth v0.6.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ categories:
category.services: >-
annotations-publisher,
draft-annotations-api,
draft-content-api,
draft-content-public-read,
draft-content-suggestions,
generic-rw-aurora
category.refreshrate: "60"
category.issticky: "false"

0 comments on commit 8ff09a2

Please sign in to comment.