Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: upgrade to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
maghirardelli committed Mar 23, 2023
1 parent f50c08c commit 30ad5aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-integ-appstream-egress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: 16
- uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: "addons/addon-raas-s3-copy/packages/s3-synchronizer/go.mod"
- name: Install pnpm
run: npm install -g pnpm@5.18.9
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: 16
- uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: "addons/addon-raas-s3-copy/packages/s3-synchronizer/go.mod"
- name: Install pnpm
run: npm install -g pnpm@5.18.9
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You can view the online documentation if you do not have Service Workbench local
npm install -g pnpm
```

- **Go:** You also need to install [Go 1.13.7](https://golang.org/doc/install) or later. `Go` is used for creating a multipart S3 downloader tool that is used in AWS Service Catalog EC2 Windows based research environments.
- **Go:** You also need to install [Go 1.18](https://golang.org/doc/install) or later. `Go` is used for creating a multipart S3 downloader tool that is used in AWS Service Catalog EC2 Windows based research environments.

For more information, refer to the **Prerequisites** section of the Service Workbench Deployment Guide.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package is a Serverless plugin that will build golang code and upload it to
#### Tools

- Node 14.x or later
- Go 1.13.7 or later
- Go 1.18 or later

## Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If the `recurringDownloads` flag is set to `true`, the program will periodically

#### Tools

- Go 1.13.7+
- Go 1.18+

## Usage

Expand Down
2 changes: 1 addition & 1 deletion addons/addon-raas-s3-copy/packages/s3-synchronizer/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module swb/s3-synchronizer

go 1.13
go 1.18

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

0 comments on commit 30ad5aa

Please sign in to comment.