Skip to content

Commit

Permalink
Bump Go version to 1.18.1 (#549)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Kara <mustafa.kara@mattermost.com>
  • Loading branch information
Mustafa Kara committed Aug 17, 2022
1 parent a60dace commit f623d75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x

- name: Run build
run: make package
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.45.2
version: v1.46.2
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ include:
file: private.yml

variables:
IMAGE_BUILD_MMCTL: $CI_REGISTRY/mattermost/ci/images/mattermost-build-server:20210824_golang-1.17.0
IMAGE_BUILD_SERVER: $CI_REGISTRY/mattermost/ci/images/mattermost-build-server:20210810_golang-1.16.7
IMAGE_BUILD_MMCTL: $CI_REGISTRY/mattermost/ci/images/mattermost-build-server:20220415_golang-1.18.1
IMAGE_BUILD_SERVER: $CI_REGISTRY/mattermost/ci/images/mattermost-build-server:20220415_golang-1.18.1

docs:
stage: test
Expand All @@ -24,7 +24,7 @@ docs:

lint:
stage: test
image: docker.io/golangci/golangci-lint:v1.42.1
image: docker.io/golangci/golangci-lint:v1.46.2
script:
- echo "Installing mattermost-govet"
- GO111MODULE=off go get -u github.com/mattermost/mattermost-govet
Expand Down

0 comments on commit f623d75

Please sign in to comment.