Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Go Httpbin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Nix
Go Httpbin
Commits
22de8317
Commit
22de8317
authored
3 years ago
by
Will McCutchen
Browse files
Options
Downloads
Patches
Plain Diff
Bump go version
parent
7ca56e77
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/continuous_delivery.yaml
+4
-0
4 additions, 0 deletions
.github/workflows/continuous_delivery.yaml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
5 additions
and
1 deletion
.github/workflows/continuous_delivery.yaml
+
4
−
0
View file @
22de8317
...
...
@@ -20,6 +20,8 @@ jobs:
steps
:
-
name
:
Setup
uses
:
actions/setup-go@v2
with
:
go-version
:
'
1.16'
-
name
:
Checkout
uses
:
actions/checkout@v2
...
...
@@ -46,6 +48,8 @@ jobs:
go_version
:
-
'
1.13'
-
'
1.14'
-
'
1.15'
steps
:
-
name
:
Setup
uses
:
actions/setup-go@v2
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
22de8317
FROM
golang:1.1
5
FROM
golang:1.1
6
WORKDIR
/go/src/github.com/mccutchen/go-httpbin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment