Skip to content

Commit

Permalink
Merge pull request #375 from reubenmiller/chore-update-golang-1.22
Browse files Browse the repository at this point in the history
chore: upgrade golang to 1.22
  • Loading branch information
reubenmiller authored May 19, 2024
2 parents 2aac348 + 2c2a9f2 commit 733cd91
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM golang:1.21
FROM golang:1.22

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -96,10 +96,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Install Task
uses: arduino/setup-task@v2
Expand Down Expand Up @@ -147,10 +147,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Install Task
uses: arduino/setup-task@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-linux-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: install tooling
run: go install golang.org/x/tools/cmd/goimports@latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 733cd91

Please sign in to comment.