Skip to content

Commit

Permalink
Update default Go version (#151)
Browse files Browse the repository at this point in the history
Mattermost v6.7.0 official release is built with Go 1.18.1. We should stay with them as much as possible.
  • Loading branch information
parnic-sks authored May 16, 2022
1 parent 542f871 commit 1b49e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEBIAN_RELEASE: buster
DOCKER_PWD: /root
DOCKER_IMAGE: debian:${DEBIAN_RELEASE}
GO_VERSION: 1.16.7
GO_VERSION: 1.18.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MMCTL_RELEASE="${MMCTL_RELEASE:-v5.26.0}"
NODE_KEY="${NODE_KEY:-9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280}"
NODE_RELEASE="${NODE_RELEASE:-15}"
# golang version
GO_VERSION="${GO_VERSION:-1.16.7}"
GO_VERSION="${GO_VERSION:-1.18.1}"

if [ "$(id -u)" -eq 0 ]; then # as root user
# create build user, if needed
Expand Down
2 changes: 1 addition & 1 deletion dependabot/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/SmartHoneybee/ubiquitous-memory/dependabot

go 1.16
go 1.18

require (
github.com/mattermost/mattermost-server/v6 v6.7.0
Expand Down

0 comments on commit 1b49e25

Please sign in to comment.