Skip to content

Commit 3fc69d9

Browse files
committed
Bump go image and apply review fixes
Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
1 parent 9ee6b40 commit 3fc69d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
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

1616
jobs:
1717
webapp-test:

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ GO_BUILD_FLAGS ?= -ldflags '$(LDFLAGS)'
3535
MM_UTILITIES_DIR ?= ../mattermost-utilities
3636
DLV_DEBUG_PORT := 2346
3737
MATTERMOST_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

0 commit comments

Comments
 (0)