Skip to content

Commit aa1745e

Browse files
committed
Bump go version
1 parent 124562b commit aa1745e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leeway",
3-
"image": "mcr.microsoft.com/devcontainers/go:1.21",
3+
"image": "mcr.microsoft.com/devcontainers/go:1.22",
44
// Features to add to the dev container. More info: https://containers.dev/features.
55
"features": {}
66
}

.github/workflows/ci-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818
- name: Setup Golang
19-
uses: actions/setup-go@v1
19+
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.21'
21+
go-version: '1.22.4'
2222
- name: Download all Go modules
2323
run: |
2424
go mod download

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Golang
17-
uses: actions/setup-go@v4
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.21"
19+
go-version: "1.22.4"
2020
- name: Docker Login
2121
uses: docker/login-action@v1
2222
with:

0 commit comments

Comments
 (0)