Skip to content

Commit

Permalink
feat: Upgrade golang to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Feb 13, 2024
1 parent fcae426 commit f2ffb7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- run: make code/build
build-cross:
if: |
Expand All @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- run: make code/build-cross
test:
if: |
Expand All @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- run: |
if [ -f /usr/local/bin/dockerize ]; then
echo "dockerize found; skipping installation";
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/oxyno-zeta/s3-proxy

go 1.21
go 1.22

toolchain go1.21.3
toolchain go1.22.0

require (
emperror.dev/errors v0.8.1
Expand Down

0 comments on commit f2ffb7c

Please sign in to comment.