There was an error while loading. Please reload this page.
1 parent b9261f2 commit d51c3eeCopy full SHA for d51c3ee
2 files changed
.github/workflows/docker.yaml
@@ -58,7 +58,7 @@ jobs:
58
- name: Set up Go
59
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
60
with:
61
- go-version: "1.25"
+ go-version: "1.26"
62
63
- name: Download Go modules
64
run: go mod download
.github/workflows/slack-notifier.yaml
@@ -19,7 +19,7 @@ jobs:
19
notify-devs:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: livekit/slack-notifier-action@main
+ - uses: livekit/slack-notifier-action@34d9e973391fe5e4afacba015c4d144eb912e7ea # main
23
24
config_json: ${{ secrets.SLACK_NOTIFY_CONFIG_JSON }}
25
slack_token: ${{ secrets.SLACK_PR_NOTIFIER_TOKEN }}
0 commit comments