Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gravufo committed Dec 23, 2024
1 parent 0fc8b3c commit 9d911be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
cache: false
- uses: actions/checkout@v4
- name: build
Expand All @@ -44,8 +44,8 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
cache: false
- uses: actions/checkout@v4
- name: build
run: make test
run: make test
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/opendwellers/partyparrotssync

go 1.23

toolchain go1.23.3

require (
github.com/mattermost/mattermost/server/public v0.1.9
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit 9d911be

Please sign in to comment.