Skip to content

Commit

Permalink
update to go 1.22 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis authored May 22, 2024
2 parents 87c76e7 + 5b7553f commit 0b83b28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Build backup-svc container
run: docker build -t nbisweden/sda-backup:test .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: install s3cmd
run: pip3 install s3cmd
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine3.17
FROM golang:1.22-alpine3.18
COPY . .
ENV GO111MODULE=on
ENV GOPATH=$PWD
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/Dockerfile-backup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.22-alpine3.18
WORKDIR /source

COPY go.mod ./
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main

go 1.21
go 1.22.3

require (
github.com/aws/aws-sdk-go v1.53.1
Expand Down

0 comments on commit 0b83b28

Please sign in to comment.