Skip to content

Commit

Permalink
updated go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Aug 9, 2024
1 parent af1fa64 commit 1ecfdc7
Show file tree
Hide file tree
Showing 8 changed files with 960 additions and 82 deletions.
3 changes: 1 addition & 2 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e
command -v genny >> /dev/null || go get github.com/cheekybits/genny
command -v goimports >> /dev/null || go get golang.org/x/tools/cmd/goimports
command -v goimports >> /dev/null || go install golang.org/x/tools/cmd/goimports@latest golang.org/x/tools/cmd/goimports
go generate ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rkoval/alfred-aws-console-services-workflow

go 1.19
go 1.22

require (
github.com/aws/aws-sdk-go-v2 v1.16.8
Expand Down
Loading

0 comments on commit 1ecfdc7

Please sign in to comment.