File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111env :
1212 BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
1313 EXCLUDE_ENTERPRISE : true
14- GO_VERSION : 1.24.0
14+ GO_VERSION : 1.24.6
1515
1616jobs :
1717 webapp-test :
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ GO_BUILD_FLAGS ?= -ldflags '$(LDFLAGS)'
3535MM_UTILITIES_DIR ?= ../mattermost-utilities
3636DLV_DEBUG_PORT := 2346
3737MATTERMOST_PLUGINS_PATH =$(MM_SERVER_PATH ) /plugins
38- BOARD_PLUGIN_PATH =$(MATTERMOST_PLUGINS_PATH ) /focalboard
39- PLUGIN_NAME =focalboard
38+ BOARD_PLUGIN_PATH =$(MATTERMOST_PLUGINS_PATH ) /boards
39+ PLUGIN_NAME =boards
4040
4141# FIPS Support - similar to mattermost server
4242# To build FIPS-compliant plugin: make dist-fips
4343# Requires Docker to be installed and running
44- FIPS_IMAGE ?= cgr.dev/mattermost.com/go-msft-fips:1.24.4 @sha256:8ab847d56930279a3ea36763277080106406354ec31c5f57f9d7fa787ecadcb2
44+ FIPS_IMAGE ?= cgr.dev/mattermost.com/go-msft-fips:1.24.6 @sha256:b94d424ab26b590163634001b22242ceac6f5d76bfbbaa77b6f0dda97220c717
4545
4646# We need to export GOBIN to allow it to be set
4747# for processes spawned from the Makefile
You can’t perform that action at this time.
0 commit comments