Skip to content

Commit

Permalink
Merge branch 'main' into feature/use-pinned-version
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Dec 14, 2023
2 parents 914935a + 4d54af4 commit cda5180
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ name: bump-golang
on:
workflow_dispatch:
schedule:
- cron: '0 20 * * 6'
- cron: '0 20 * * 1-6'

permissions:
contents: read

env:
JOB_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

jobs:
bump:
runs-on: ubuntu-latest
Expand All @@ -22,3 +25,5 @@ jobs:
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
pipeline: ./.ci/bump-golang.yml
notifySlackChannel: "#ingest-notifications"
messageIfFailure: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@fleet_team` please look what's going on <${{ env.JOB_URL }}|here>"
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.4
1.21.5
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 1m
build-tags: integration
go: "1.21.4"
go: "1.21.5"

issues:
# Maximum count of issues with the same text.
Expand Down

0 comments on commit cda5180

Please sign in to comment.