Skip to content

Commit

Permalink
Update go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciamontoro committed Feb 29, 2024
1 parent 4301115 commit f54bd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: "1.19.5"
go-version: "1.20.14"
cache: true

- name: ci/pre-init
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mattermost/mattermost-load-test-ng

go 1.19
go 1.20

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down

0 comments on commit f54bd1d

Please sign in to comment.