Skip to content

Commit

Permalink
fix: actions release go version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Oct 18, 2023
1 parent 28bee46 commit c6a9aa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
Release:
runs-on: ubuntu-latest
env:
GO_VERSION: "1.21"
GOPRIVATE: gitlab.com/nitrado/*

steps:
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/nitrado/terraform-provider-ec

go 1.21
go 1.21.1

toolchain go1.21.3

require (
github.com/ettle/strcase v0.1.1
Expand Down

0 comments on commit c6a9aa5

Please sign in to comment.