Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Feb 27, 2024
1 parent da48e44 commit d2a681d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ steps:
- label: ":go: lint"
command: make lint
agents:
image: "golang:1.21.6"
image: "golang:1.22.0"
cpu: "4"
memory: "8G"

- label: ":go: tests"
command: make unit-tests
agents:
image: "golang:1.21.6"
image: "golang:1.22.0"
cpu: "4"
memory: "4G"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Build
run: make lint unit-tests build-binary
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
id: go

- name: Cache Go Modules
Expand Down

0 comments on commit d2a681d

Please sign in to comment.