Skip to content

Commit

Permalink
all: upd specs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Aug 8, 2023
1 parent 1be9e9c commit 412509f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

'env':
'GO_VERSION': '1.19'
'GO_VERSION': '1.20'

'on':
'push':
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'name': Docker

'env':
'GO_VERSION': '1.19'
'GO_VERSION': '1.20'

'on':
'push':
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plan:
name: dnsproxy - Build and run tests
project-key: GO
variables:
dockerGo: 'golang:1.19.10'
dockerGo: 'golang:1.20.7'
dockerLint: golangci/golangci-lint:v1.53
version: 2

Expand Down

0 comments on commit 412509f

Please sign in to comment.